Versions Compared

Key

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

If an environment variable could have changed during program execution, get a fresh copy using getenv(). Relying on your the old one might leave you with incorrect data or a dangling pointer.

...