Skip to content

Rebinding TCPServer socket more than once results in an infinite loop #2424

@tommikas

Description

@tommikas
  1. create and open a TCPServer socket
  2. bind the socket to port X
  3. bind the same socket again to port Y
  4. bind any TCPServer type socket to port Z

Step 4 always results in an infinite loop in lwip_tcp.c : lines 425-426.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions