jasone 2008-04-29 01:32:42 UTC
FreeBSD src repository
Modified files:
lib/libc/stdlib malloc.c
Log:
Check for integer overflow before calling sbrk(2), since it uses a
signed increment argument, but the size is an unsigned integer.
Revision Changes Path
1.169 +7 -0 src/lib/libc/stdlib/malloc.c