...
In this noncompliant code example, if the given user input is 0
, the division operation sends a SIGFPE
signal to the program:
...
...
In this noncompliant code example, if the given user input is 0
, the division operation sends a SIGFPE
signal to the program:
...