Skip to content

Undefined behaviour in signal_shutdown() #16

Description

@goosnarrggh

There are possible scenarios in which printf("%s", NULL) could be invoked. (See

procd/signal.c

Line 36 in 1e5c40e

char *msg = NULL;
)

This is undefined behaviour which should be avoided.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions