Skip to content

Review tls_dump function in nnrpd #350

Description

@Julien-Elie

Some code looks weird in the tls_dump() function in nnrpd/tls.c:

*ss += ' ';
*ss += (((ch >= ' ') && (ch <= '~')) ? ch : '.');

Looks like it should be *ss++ = instead of *ss += but it needs testing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: nnrpdRelated to nnrpdP: lowLow prioritybugSomething isn't working

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions