Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected mkstemp compliant solution.

...

Code Block
bgColor#ccccff
static char fname[] = "/tmp/edXXXXXX";
mktempmkstemp(fname);

Noncompliant Code Example (Result of strrchr())

...