bug10363 594 B

123456789101112
  1. o Major bugfixes:
  2. - Fix two instances of possible undefined behavior in channeltls.c
  3. that could, under unlucky circumstances, have led to a pointer
  4. overflow. Fixes bug #10363; bugfixes on 0.2.0.10-alpha and
  5. 0.2.3.6-alpha. Reported by "bobnomnom".
  6. - Fix another possibly undefined pointer operations in tor_memmem
  7. fallback implementation. Another case of bug #10363; bugfix on
  8. 0.1.1.1-alpha.
  9. - Fix another possibly undefined pointer operations in the eventdns
  10. fallback implementation. Another case of bug #10363; bugfix on
  11. 0.1.2.1-alpha.