stephane / libmodbus

A Modbus library for Linux, Mac OS, FreeBSD and Windows
http://libmodbus.org
GNU Lesser General Public License v2.1
3.44k stars 1.74k forks source link

modbus_strerror_r() introduced to avoid MT-Unsafe functions (#468) #725

Open franzhollerer opened 9 months ago

franzhollerer commented 9 months ago

modbus_strerror_r() as MT-Safe replacement for modbus_strerror() introduced. Documentation and tests updated accordingly.