summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-06-25 17:10:15 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-06-25 17:10:15 +0200
commit318bad78b084cd510c7b672a1a0859c0df08dbb7 (patch)
tree530b33b954bef36b1fc0b55475c46c9700ec65f0 /ChangeLog
parent189699ab375111a25dac19f1b4f89e38d31c8b3d (diff)
downloadglibc-318bad78b084cd510c7b672a1a0859c0df08dbb7.tar.gz
nscd restart: Use malloc instead of extend_alloca [BZ #18023]
This introduces a separate function, read_cmdline, which reads the contents of /proc/self/cmdline into a heap-allocated buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b10df610e6..4da861699c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-06-25 Florian Weimer <fweimer@redhat.com>
+
+ [BZ #18023]
+ * nscd/connections.c (read_cmdline): New function.
+ (restart): Use it. Update comment.
+
2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com>
[BZ #23140]