summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2004-11-22 05:31:33 +0000
committerneilbrown <neilbrown>2004-11-22 05:31:33 +0000
commit57be107ff2c02c282bc445d3fffd1a41c83abd60 (patch)
treeed549c5934a476f3f6d000e0d5eaeead9719bacb /ChangeLog
parenta2caf8157e03bee618a13dbf5d878170c64c710d (diff)
svcgssd updates
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef645b1..49bf284 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
specific files (as no-one actually uses them, especially not
redhat), and the nodist /etc files (as they drift out-of-date, and
the debian directory provides a suitable example.
+ * utils/svcgssd_proc.c(get_ids): fix memory leak
+ * utils/svcgssd/svcgssd_proc.c: Rely on count of the number of
+ groups instead of using a special guard value to identify the end
+ of the list.
2004-11-22 NeilBrown <neilb@cse.unsw.edu.au>