Versions Compared

Key

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

...

GCC Compiler can detect violation of this rule when the -Wstrict-prototypes flag is used. However, it cannot detect violations involving variadic functions, such as the open() example above.

Compass/ROSE could specifically can detect the violations in the open() example by ensuring some violations of this rule. In particular it ensures that all calls to open() supply a third argumentthree arguments.

Related Vulnerabilities

Search for vulnerabilities resulting from the violation of this rule on the CERT website.

...