Skip to content

syslog being called incorrectly #5

@stylewarning

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions