diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 14:55:11 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:34:22 +0200 |
commit | 24cffce7366c4070d8f823702a4fcec2cb732595 (patch) | |
tree | 7428e804f158418e87a77d60e1e8a1c3f5b6cbb5 /ChangeLog | |
parent | ecd0747df388f3925d4839740b0abcf43d0a9fb2 (diff) | |
download | glibc-24cffce7366c4070d8f823702a4fcec2cb732595.tar.gz glibc-24cffce7366c4070d8f823702a4fcec2cb732595.tar.xz glibc-24cffce7366c4070d8f823702a4fcec2cb732595.zip |
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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ce8cb736fc..79953a7d07 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] |