Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<assert.h>

<complex.h>

<ctype.h>

<errno.h>

<fenv.h>

<float.h>

<inttypes.h>

<iso646.h>

<limits.h>

<locale.h>

<math.h>

<setjmp.h>

<signal.h>

<stdarg.h>

<stdbool.h>

<stddef.h>

<stdint.h>

<stdio.h>

<stdlib.h>

<string.h>

<tgmath.h>

<time.h>

<wchar.h>

<wctype.h>

Risk Assessment

Using header names that conflict with the C standard library functions can result in not including the intended file.

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

PRE04-A

1 (low)

1 (unlikely)

3(low)

P3

L3

...