glibc/malloc
Will Newton b73ed24778 malloc: Check for integer overflow in memalign.
A large bytes parameter to memalign could cause an integer overflow
and corrupt allocator internals. Check the overflow does not occur
before continuing with the allocation.

ChangeLog:

2013-09-11  Will Newton  <will.newton@linaro.org>

	[BZ #15857]
	* malloc/malloc.c (__libc_memalign): Check the value of bytes
	does not overflow.
2013-09-11 09:42:43 +01:00
..
arena.c
Depend
hooks.c Use (void) in no-arguments function definitions. 2013-06-08 00:22:23 +00:00
Makefile malloc: Add realloc test. 2013-09-09 09:20:09 +01:00
malloc.c malloc: Check for integer overflow in memalign. 2013-09-11 09:42:43 +01:00
malloc.h
mallocbug.c
mcheck-init.c
mcheck.c
mcheck.h
memusage.c
memusage.sh
memusagestat.c
morecore.c
mtrace.c Use (void) in no-arguments function definitions. 2013-06-08 00:22:23 +00:00
mtrace.pl
obstack.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
obstack.h
set-freeres.c
thread-freeres.c
tst-calloc.c
tst-malloc-usable.c
tst-malloc.c
tst-mallocfork.c
tst-mallocstate.c
tst-mcheck.c
tst-mtrace.c
tst-mtrace.sh
tst-obstack.c
tst-realloc.c malloc: Add realloc test. 2013-09-09 09:20:09 +01:00
tst-trim1.c
tst-valloc.c
Versions