bug8793 575 B

123456789
  1. o Minor bugfixes:
  2. - Fix numerous warnings from the clang "scan-build" static analyzer.
  3. Some of these are programming style issues; some of them are false
  4. positives that indicated awkward code; some are undefined behavior
  5. cases related to constructing (but not using) invalid pointers;
  6. some are assumptions about API behavior; some are using
  7. sizeof(ptr) when sizeof(*ptr) would be correct; and one or two are
  8. genuine bugs that weren't reachable from the rest of the
  9. program. Fixes bug 8793; bugfixes on many, many tor versions.