diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-06-29 14:54:59 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-06-29 14:55:15 +0200 |
commit | 524d796d5f52913d5d33edede74a5075dbda25ca (patch) | |
tree | beb1b4a004016be4d608e1e6900c41cfd2ec242d /ChangeLog | |
parent | 339124ab429ce917dfbcd75e2acc4299d27340f9 (diff) | |
download | glibc-524d796d5f52913d5d33edede74a5075dbda25ca.tar.gz glibc-524d796d5f52913d5d33edede74a5075dbda25ca.tar.xz glibc-524d796d5f52913d5d33edede74a5075dbda25ca.zip |
malloc: Update heap dumping/undumping comments [BZ #23351]
Also remove a few now-unused declarations and definitions. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5418389a38..55d4f3a3c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2018-06-29 Florian Weimer <fweimer@redhat.com> + + [BZ #23351] + * malloc/hooks.c: Update comments on restoring of dumped heaps. + (disallow_malloc_check): Remove variable. + (__malloc_check_init): Adjust. + (malloc_set_state): Update comment. + * malloc/malloc.c (__malloc_get_state, __malloc_set_state): Remove + declarations. + 2018-06-29 Rafal Luzynski <digitalfreak@lingonborough.com> [BZ #23140] |