Signalling processes is security-sensitive. It has led in the past to the following vulnerabilities:

Sending signals without checking properly which process will receive it can cause a denial of service.

Ask Yourself Whether

You are at risk if you answered yes to any of these questions.

Recommended Secure Coding Practices

Questionable Code Example

posix_kill(42, 42); // Questionable

See