tor/src
Nick Mathewson 3b1f7f75a7 scan-build: memarea_strndup() undefined behavior
The memarea_strndup() function would have hit undefined behavior by
creating an 'end' pointer off the end of a string if it had ever been
given an 'n' argument bigger than the length of the memory ares that
it's scanning.  Fortunately, we never did that except in the unit
tests.  But it's not a safe behavior to leave lying around.
2014-04-19 13:16:56 -04:00
..
common scan-build: memarea_strndup() undefined behavior 2014-04-19 13:16:56 -04:00
config Merge remote-tracking branch 'karsten/geoip2regcountry' 2014-02-25 10:04:37 -05:00
ext scan-build: truncate tinytest hexified outputs to 1024 bytes. 2014-04-19 12:47:51 -04:00
or scan-build: sizeof(ptr*) in a debugging log in ext_orport.c 2014-04-19 12:53:57 -04:00
test scan-build: avoid undef behaior in tor_inet_pton 2014-04-19 13:14:33 -04:00
tools scan-build: close stdio FILEs on error in tor-gencert 2014-04-19 12:47:58 -04:00
win32 bump to 0.2.5.3-alpha-dev 2014-03-23 00:15:25 -04:00
include.am Move all externally maintained source files into src/ext 2012-10-11 17:22:03 -04:00