tor/changes
cypherpunks 07cca627ea Fix backtrace compilation on FreeBSD
On FreeBSD backtrace(3) uses size_t instead of int (as glibc does). This
causes integer precision loss errors when we used int to store its
results.

The issue is fixed by using size_t to store the results of backtrace(3).

The manual page of glibc does not mention that backtrace(3) returns
negative values. Therefore, no unsigned integer wrapping occurs when its
result is stored in an unsigned data type.
2015-12-15 11:52:00 -05:00
..
.dummy Add a .dummy file in the changes directory to stop git from removing it 2015-05-11 11:41:48 -04:00
bug15609 Socks->SOCKS in torrcs. Fixes 15609 2015-09-29 10:20:31 +02:00
bug16056 Format IPv6 policies correctly. 2015-12-08 08:44:58 -05:00
bug16702 Fix: use the right list in find_expiring_intro_point() 2015-11-23 09:02:54 -05:00
bug17151 Add changes file for bug17151 2015-09-29 10:08:02 +02:00
bug17154 Changes file for bug17154 2015-09-29 10:10:52 +02:00
bug17173-socket-hack-rv tweak some changes files 2015-10-19 11:12:43 -04:00
bug17237_027 tweak some changes files 2015-10-19 11:12:43 -04:00
bug17251 Fix 17251: avoid integer overflow in test_crypto_slow 2015-10-06 08:58:03 -04:00
bug17347 Fix compilation of sandbox.[ch] under musl-libc 2015-10-15 10:37:41 -04:00
bug17354 Add hidserv-stats filname to our sandbox filter 2015-10-15 13:42:34 -04:00
bug17364 Note that you can use a unix domain socket for hsport 2015-10-21 12:22:05 -04:00
bug17398 Fix a memory leak; bug 17398. 2015-10-21 08:17:07 -04:00
bug17401 Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w valgrind 2015-10-21 09:59:19 -04:00
bug17402 Fix memory leak in rend_cache_failure_entry_free() 2015-10-21 10:52:57 -04:00
bug17403 Fix a memory leak in reading an expired ed signing key. 2015-10-21 11:16:28 -04:00
bug17404 Check for len < 4 in dn_indicates_v3_cert 2015-10-21 11:44:43 -04:00
bug17551 Include netinet/in.h (if detected) in check for net/pfvar.h 2015-11-25 09:27:52 -05:00
bug17722 Add changes file for 17722 2015-11-30 22:02:50 -05:00
bug17772 Ensure node is a guard candidate when picking a directory guard 2015-12-08 09:49:01 -05:00
bug17781 Fix a compilation warning introduced by clang 3.6 2015-12-08 09:37:05 -05:00
bug17818 Add changes file for 17818 2015-12-14 13:11:20 -05:00
bug17827 Fix backtrace compilation on FreeBSD 2015-12-15 11:52:00 -05:00
geoip-december2015 Update geoip and geoip6 to the December 1 2015 database. 2015-12-05 17:02:59 +01:00
geoip-october2015 Update geoip and geoip6 to the October 9 2015 database. 2015-10-09 15:27:55 +02:00
ifaddrs-tests-network-configs tweak some changes files 2015-10-19 11:12:43 -04:00