]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
malloc: Check for integer overflow in memalign.
authorWill Newton <will.newton@linaro.org>
Fri, 16 Aug 2013 11:54:29 +0000 (12:54 +0100)
committerWill Newton <will.newton@linaro.org>
Wed, 11 Sep 2013 08:42:43 +0000 (09:42 +0100)
commitb73ed247781d533628b681f57257dc85882645d3
treed7ba5fb3f9a1dbe14f06849baedece8a03cf4ae7
parent55e17aadc1ef17a1df9626fb0e9fba290ece3331
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.
ChangeLog
malloc/malloc.c