]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc: Check for integer overflow in memalign.
authorWill Newton <will.newton@linaro.org>
Fri, 16 Aug 2013 11:54:29 +0000 (12:54 +0100)
committerAllan McRae <allan@archlinux.org>
Fri, 25 Oct 2013 13:53:32 +0000 (23:53 +1000)
commitdc7ba1835ba16cb49d6c38d50e153b70beb2a091
tree0324b3ad607c1682b548299e92cb87098258544e
parent8f29d3b5ae201ae4af368d2221381c5a856913d5
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.

(cherry picked from commit b73ed247781d533628b681f57257dc85882645d3)
ChangeLog
malloc/malloc.c