summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-01 12:55:23 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-01 12:55:23 -0400
commit2ba19f9b4a052dcaa5ebd3c6a629e1ec67a595f9 (patch)
tree7f05139b1c751d534b12a43de0c234154bc93925 /changes
parent2b5ebc70973b1c0dd62201908632733c0953a4ec (diff)
parent021cf3f0521375f1722a7fb82ce286086db79142 (diff)
downloadtor-2ba19f9b4a052dcaa5ebd3c6a629e1ec67a595f9.tar.gz
tor-2ba19f9b4a052dcaa5ebd3c6a629e1ec67a595f9.zip
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r--changes/cid_4285
-rw-r--r--changes/cid_4505
2 files changed, 10 insertions, 0 deletions
diff --git a/changes/cid_428 b/changes/cid_428
new file mode 100644
index 0000000000..cb0fc8c2b2
--- /dev/null
+++ b/changes/cid_428
@@ -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.
diff --git a/changes/cid_450 b/changes/cid_450
new file mode 100644
index 0000000000..2045fca239
--- /dev/null
+++ b/changes/cid_450
@@ -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.