summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 589da6b2f4..9925df9a71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2014-10-22 Roland McGrath <roland@hack.frob.com>
+
+ * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
+ old GNU extension [0] syntax.
+ * nscd/nscd_helper.c (open_socket): Use a flexible array member and
+ alloca rather than an array member with variable length.
+ * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
+ * nscd/nscd.c (invalidate_db): New function, broken out of ...
+ (parse_opt): ... here. Likewise use alloca there.
+ Validate the -i argument before checking for rootness.
+ (send_shutdown): New function, broken out of ...
+ (parse_opt): ... here.
+
2014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
[BZ #17485]