Will Newton 1159a19369 malloc: Check for integer overflow in pvalloc.
A large bytes parameter to pvalloc 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 #15855]
	* malloc/malloc.c (__libc_pvalloc): Check the value of bytes
	does not overflow.
2013-09-11 09:39:40 +01:00
..
2013-03-08 21:27:42 +00:00
2013-09-09 09:20:09 +01:00
2013-03-08 21:27:42 +00:00
2013-03-08 16:46:07 +00:00
2013-03-08 21:27:42 +00:00
2013-09-09 09:20:09 +01:00
2007-12-16 22:57:57 +00:00
2012-01-01 07:17:21 -05:00