diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-16 23:57:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-17 00:02:59 -0400 |
commit | 9f25a5529a2e7aa6226851d2b9e3ccc77abdb88a (patch) | |
tree | 7ee6764dc73ed2d0fbd0942a24b88345a4a1c819 /doc/TODO | |
parent | 29bf271ba2deb9714f515e03a9674ac43b9d7156 (diff) | |
download | tor-9f25a5529a2e7aa6226851d2b9e3ccc77abdb88a.tar.gz tor-9f25a5529a2e7aa6226851d2b9e3ccc77abdb88a.zip |
Fix an assertion-failure in memarea_alloc() on 64-bit platforms.
The trick is that we should assert that our next_mem pointer has not
run off the end of the array _before_ we realign the pointer, since
doing that could take us over the end... but only if we're on a system
where malloc() gives us ram in increments smaller than sizeof(void*).
Diffstat (limited to 'doc/TODO')
0 files changed, 0 insertions, 0 deletions