Skip to content

Bad INFO message in logs #39

@perlsaiyan

Description

@perlsaiyan

The INFO message on redirect:

redir[25398]: Connecting IP:port to IP:port

Contains the same IP in both fields due to the use of the inet_ntoa call being used twice in the same message. Since the return is a pointer to a internal string buffer, it always uses the same thing for both fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions