tor/src
Nick Mathewson dfdeb6418d Fix a ubsan warning in addr_mask_get_bits
ubsan doesn't like us to do (1u<<32) when 32 is wider than
unsigned.  Fortunately, we already special-case
addr_mask_get_bits(0), so we can just change the loop bounds.
2014-03-18 10:49:39 -04:00
..
common Fix a ubsan warning in addr_mask_get_bits 2014-03-18 10:49:39 -04:00
config Merge remote-tracking branch 'karsten/geoip2regcountry' 2014-02-25 10:04:37 -05:00
ext csiphash: don't attempt unaligned access 2014-03-18 10:43:46 -04:00
or Defensive programming: null [pn]_chan,circ_id in circuit_mark_for_close_ 2014-03-14 11:58:34 -04:00
test Fix a use-after-free in test_circuitlist.c 2014-03-18 09:47:13 -04:00
tools Make tor-gencert create 2048 bit signing keys. 2013-12-12 17:39:22 +01:00
win32 bump to 0.2.5.2-alpha 2014-02-13 04:06:36 -05:00
include.am Move all externally maintained source files into src/ext 2012-10-11 17:22:03 -04:00