Skip to content
Snippets Groups Projects
  1. May 07, 2012
    • Nick Mathewson's avatar
      Handle out-of-range values in tor_parse_* integer functions · 9b344628
      Nick Mathewson authored
      The underlying strtoX functions handle overflow by saturating and
      setting errno to ERANGE.  If the min/max arguments to the
      tor_parse_* functions are equal to the minimum/maximum of the
      underlying type, then with the old approach, we wouldn't treat a
      too-large value as genuinely broken.
      
      Found this while looking at bug 5786; bugfix on 19da1f36 (in Tor
      0.0.9), which introduced these functions.
      9b344628
  2. Apr 19, 2012
  3. Apr 11, 2012
  4. Apr 10, 2012
  5. Apr 05, 2012
  6. Apr 04, 2012
  7. Apr 01, 2012
  8. Mar 26, 2012
  9. Mar 09, 2012
  10. Mar 08, 2012
  11. Feb 29, 2012
  12. Feb 22, 2012
  13. Feb 10, 2012
  14. Feb 09, 2012
  15. Feb 08, 2012
  16. Feb 02, 2012
  17. Jan 18, 2012
  18. Jan 11, 2012
Loading