aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-07-08 13:20:41 -0400
committerUlrich Drepper <drepper@gmail.com>2011-07-08 13:20:41 -0400
commit8538fdb3ec7c8899cbc5dbbce4a3fbfe7cf8c2a1 (patch)
treed107a9e6be3f10812796042841147a2603d85919 /ChangeLog
parent04d08991c4612450880eb55a1d3070597429b7cb (diff)
downloadglibc-8538fdb3ec7c8899cbc5dbbce4a3fbfe7cf8c2a1.zip
glibc-8538fdb3ec7c8899cbc5dbbce4a3fbfe7cf8c2a1.tar.gz
glibc-8538fdb3ec7c8899cbc5dbbce4a3fbfe7cf8c2a1.tar.bz2
(memalign_check): No need to use checked_request2size.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d47995b..7480493 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-08 Ulrich Drepper <drepper@gmail.com>
+
+ * malloc/hooks.c (memalign_check): Avoid using checked_request2size
+ if the result is not used.
+
2011-07-05 Andreas Jaeger <aj@suse.de>
[BZ#9696]