File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 11# NEWS
22
3+ ## libmodbus 3.1.12 (2026-02-13)
4+
5+ - Fix FD_SET overflow when socket fd >= FD_SETSIZE.
6+ - Check dest pointer not null and nb in read functions.
7+ - NULL check for src and nb < 1 validation in write functions.
8+ - ` modbus_reply ` : don't compute address for FC 0x07/0x11.
9+ - Use O_NONBLOCK instead of deprecated O_NDELAY (closes #710 ).
10+ - Explicit cast for Coverity CID 416366.
11+ - Document required buffer size of ` modbus_receive ` .
12+ - Document macros for error codes corresponding to Modbus exceptions (#758 ).
13+ - Fix example of ` modbus_rtu_set_serial_mode ` (closes #552 ).
14+ - Test filesystem provides symlink in autogen.sh (closes #414 ).
15+ - Sync API signatures with the documentation.
16+ - Many documentation fixes and typo corrections.
17+ - Add coverage target and helper script.
18+
319## libmodbus 3.1.11 (2024-10-22)
420
521- RTU - Check CRC before filtering on slave ID
You can’t perform that action at this time.
0 commit comments