Skip to content

syslog being called incorrectly #5

Description

@stylewarning

The prototype of syslog is

void syslog(int pri, const char *format_string, ...)

We should be doing the call equivalent to

syslog(user_provided_priority, "%s", user_provided_string)

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions