Skip to content

Arduino: Crash when calling ModbusTCPServer.begin() #75

@kscholty

Description

@kscholty

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions