Versions Compared

Key

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

...

Code Block
...
FILE * fptr = fopen_s(file_name, "w");
if (!fptr) {
  /* Handle Error */
}
...

Priority: Level:

Component

Value

Severity

 

Likelihood

 

Remediation cost

 

References