7304 360 B

1234567
  1. o Minor bugfixes:
  2. - Replace all calls to snprintf outside of src/ext with tor_snprintf.
  3. Fix for bug 7304.
  4. o Code simplification and refactoring:
  5. - Remove the #define to replace snprintf with _snprintf on windows;
  6. they have different semantics, and all of our callers should be
  7. using tor_snprintf anyway. Partial fix for bug 7304.