aboutsummaryrefslogtreecommitdiff
path: root/changes/cid_450
diff options
context:
space:
mode:
Diffstat (limited to 'changes/cid_450')
-rw-r--r--changes/cid_4505
1 files changed, 5 insertions, 0 deletions
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.