diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-07-01 12:54:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-07-01 12:54:51 -0400 |
commit | 021cf3f0521375f1722a7fb82ce286086db79142 (patch) | |
tree | 8e6f5b41e94da33d2f9450b2cad1f6c3219aa7d2 /changes | |
parent | 959da6b7f2b5ed63426fd12a9046ac06033f6db1 (diff) | |
parent | d25feadebbf05d6fce55cfee1e3c8f928903f543 (diff) | |
download | tor-021cf3f0521375f1722a7fb82ce286086db79142.tar tor-021cf3f0521375f1722a7fb82ce286086db79142.tar.gz |
Merge branches 'cov217_021' and 'cid_450' into maint-0.2.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/cid_450 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/cid_450 b/changes/cid_450 new file mode 100644 index 000000000..2045fca23 --- /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. |