Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2

This commit is contained in:
Nick Mathewson
2011-07-01 12:55:23 -04:00
5 changed files with 32 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes:
- Always NUL-terminate the sun_path field of a sockaddr_un before
passing it to the kernel. (Not a security issue: kernels are
smart enough to reject bad sockaddr_uns.) Found by Coverity; CID
# 428. Bugfix on Tor 0.2.0.3-alpha.
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes:
- Don't stack-allocate the list of supplementary GIDs when we're
about to log them. Stack-allocating NGROUPS_MAX gid_t elements
could take up to 256K, which is way too much stack. Found by
Coverity; CID #450. Bugfix on 0.2.1.7-alpha.