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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions