cvs commit: src/lib/libc/stdlib malloc.c

Jason Evans jasone at FreeBSD.org
Tue Apr 29 01:32:43 UTC 2008


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


More information about the cvs-src mailing list