aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-06-27 17:55:38 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-06-27 17:55:38 +0200
commit890c2ced35cfbf2de7d787fd37caf23d250da531 (patch)
tree591974afd82babb6ea28a5efe3d2693873a3137a /ChangeLog
parent4272059de256fb20a7b19b5f8509e0c8d27beaf4 (diff)
downloadglibc-890c2ced35cfbf2de7d787fd37caf23d250da531.tar
glibc-890c2ced35cfbf2de7d787fd37caf23d250da531.tar.gz
glibc-890c2ced35cfbf2de7d787fd37caf23d250da531.tar.bz2
glibc-890c2ced35cfbf2de7d787fd37caf23d250da531.zip
gethostid (Linux variant): Switch to struct scratch_buffer [BZ #18023]
Previously, extend_alloca was used without alloca accounting, which could have been problematic with large NSS results.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 261e76baf1..b14f1cd29d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2018-06-27 Florian Weimer <fweimer@redhat.com>
[BZ #18023]
+ * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Use struct
+ scratch_buffer instead of extend_alloca. Update comments.
+
+2018-06-27 Florian Weimer <fweimer@redhat.com>
+
+ [BZ #18023]
* posix/wordexp.c (parse_tilde): Use struct scratch_buffer
instead of extend_alloca.