bug17852 494 B

12345678910
  1. o Minor features (code hardening):
  2. - Use tor_snprintf() and tor_vsnprintf() even in external and
  3. low-level code, to harden against accidental failures to NUL-
  4. terminate. Part of ticket 17852. Patch from 'jsturgix'. Found
  5. with Flawfinder.
  6. o Minor bugfixes (private directory):
  7. - Prevent a race condition when creating private directories.
  8. Fixes part of bug 17852; bugfix on 0.2pre13. Part of ticket
  9. 17852. Patch from 'jsturgix'. Found with Flawfinder.