arduino-libraries/ArduinoModbus

Arduino: Crash when calling ModbusTCPServer.begin()

kscholty opened this issue · 0 comments

ModbusTCPServer.begin() initializes the client in the libmodbus data structure with NULL and
then calls close() which in turn tries to call the client's stop function.
This leads to a NULL-Pointer access.