diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-12-09 17:25:19 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-12-09 17:25:19 +0100 |
commit | e8349efd466cfedc0aa98be61d88ca8795c9e565 (patch) | |
tree | 541392276536e41a740df6eaa045efc56f8d28c5 /ChangeLog | |
parent | f3eeb3fc560ccc4ce51dc605e4703c5016b07244 (diff) | |
download | glibc-e8349efd466cfedc0aa98be61d88ca8795c9e565.tar glibc-e8349efd466cfedc0aa98be61d88ca8795c9e565.tar.gz glibc-e8349efd466cfedc0aa98be61d88ca8795c9e565.tar.bz2 glibc-e8349efd466cfedc0aa98be61d88ca8795c9e565.zip |
Simplify perturb_byte logic.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2013-12-09 Ondřej Bílka <neleai@seznam.cz> + * malloc/malloc.c (alloc_perturb, free_perturb): Convert from + macro to a function. Check for zero perturb_byte. + (_int_malloc, _int_free): Remove zero perturb_byte checks. + +2013-12-09 Ondřej Bílka <neleai@seznam.cz> + * malloc/malloc.c: (force_reg): Remove. (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc, _mid_memalign, __libc_calloc, sysmalloc, systrim): Replace |