Skip to content
Snippets Groups Projects
  1. Aug 15, 2012
    • Nick Mathewson's avatar
      Fix warnings and 64-bit problems in openbsd-malloc code · 6a33c33a
      Nick Mathewson authored
      The warning fixes are:
        - Only define issetugid if it's missing.
        - Explicitly ignore the return value of writev.
        - Explicitly cast the retval of readlink() to int.
      
      The 64-bit problems are related to just storing a size_t in an int. Not cool!  Use a size_t instead.
      
      Fix for bug 6379. Bugfix on 0.2.0.20-rc, which introduced openbsd-malloc.
      6a33c33a
  2. Aug 09, 2012
  3. Aug 03, 2012
  4. Jul 31, 2012
  5. Jul 23, 2012
  6. Jul 20, 2012
  7. Jul 18, 2012
  8. Jul 17, 2012
  9. Jul 16, 2012
  10. Jul 06, 2012
Loading