...
Non-Compliant Code Example
The POSIX fopenopen()
is defined as a variadic function. Using the POSIX function open()
to create a file but failing to provide the access permissions argument results in an unexpected value being used. This omission has been known to lead to vulnerabilities (for instance, CVE-2006-1174).
...