Arduino: Crash when calling ModbusTCPServer.begin()
kscholty opened this issue · 0 comments
kscholty commented
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.