Skip to content

Undefined behaviour in signal_shutdown() #16

@goosnarrggh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions