bug10313 346 B

12345678
  1. o Minor bugfixes:
  2. - Fixed an erroneous pointer comparison that would have allowed
  3. compilers to remove a bounds check in channeltls.c. The fix
  4. was to remove the check entirely, since it was impossible for
  5. the code to overflow the bounds. Noticed by Jared L
  6. Wong. Fixes bug 10313 and 9980. Bugfix on 0.2.0.10-alpha.