tor/src/common
Nick Mathewson 9f25a5529a 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*).
2009-05-17 00:02:59 -04:00
..
address.c Update copyright to 2009. 2009-05-04 11:28:27 -04:00
address.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
aes.c Update copyright to 2009. 2009-05-04 11:28:27 -04:00
aes.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
ciphers.inc fix a few typos, and give the bootstrap phase stuff a changelog entry. 2008-06-13 04:26:05 +00:00
compat.c Use a mutex to protect the count of open sockets. 2009-05-13 09:38:48 -04:00
compat.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
container.c Update copyright to 2009. 2009-05-04 11:28:27 -04:00
container.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
crypto.c Update copyright to 2009. 2009-05-04 11:28:27 -04:00
crypto.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
ht.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
log.c Update copyright to 2009. 2009-05-04 11:28:27 -04:00
log.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
Makefile.am r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200 2008-07-25 14:43:24 +00:00
memarea.c Fix an assertion-failure in memarea_alloc() on 64-bit platforms. 2009-05-17 00:02:59 -04:00
memarea.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
mempool.c Update copyright to 2009. 2009-05-04 11:28:27 -04:00
mempool.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
OpenBSD_malloc_Linux.c Fix the rest of the GCC warnings on OpenBSD_malloc_linux.c 2008-07-06 18:33:35 +00:00
strlcat.c r8860@totoro: nickm | 2006-10-03 14:48:33 -0400 2006-10-03 19:00:07 +00:00
strlcpy.c Remove svn $Id$s from our source, and remove tor --version --version. 2009-01-04 00:35:51 +00:00
test.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
torgzip.c Update copyright to 2009. 2009-05-04 11:28:27 -04:00
torgzip.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
torint.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
tortls.c Update copyright to 2009. 2009-05-04 11:28:27 -04:00
tortls.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
util.c Update copyright to 2009. 2009-05-04 11:28:27 -04:00
util.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00