aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-31 14:55:11 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-31 15:34:22 +0200
commit24cffce7366c4070d8f823702a4fcec2cb732595 (patch)
tree7428e804f158418e87a77d60e1e8a1c3f5b6cbb5 /ChangeLog
parentecd0747df388f3925d4839740b0abcf43d0a9fb2 (diff)
downloadglibc-24cffce7366c4070d8f823702a4fcec2cb732595.zip
glibc-24cffce7366c4070d8f823702a4fcec2cb732595.tar.gz
glibc-24cffce7366c4070d8f823702a4fcec2cb732595.tar.bz2
malloc: Resolve compilation failure in NDEBUG mode
In _int_free, the locked variable is not used if NDEBUG is defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce8cb73..79953a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-31 Florian Weimer <fweimer@redhat.com>
+
+ * malloc/malloc.c (_int_free): Remove locked variable and related
+ asserts.
+
2017-08-31 H.J. Lu <hongjiu.lu@intel.com>
[BZ #22051]