Files
tor/changes
Nick Mathewson 6a33c33a12 Fix warnings and 64-bit problems in openbsd-malloc code
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.
2012-08-15 19:26:53 -04:00
..
2012-07-31 11:49:20 -04:00
2012-07-06 08:02:14 -04:00
2012-07-20 09:50:19 -04:00
2012-07-31 10:16:03 -04:00
2012-08-03 11:16:13 -04:00