Package: libmodbus / 3.0.3-1

Metadata

Package Version Patches format
libmodbus 3.0.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 add length checks.patch | (download)

src/modbus.c | 22 15 + 7 - 0 !
1 file changed, 15 insertions(+), 7 deletions(-)

 fix crash with length check on long reads
 Long read requests, e.g. 140 bytes, can make libmodbus crash. This patch fixes
 it.