CVSROOT: /cvs Module name: src Changes by: pas...@cvs.openbsd.org 2015/10/20 05:15:07
Modified files: gnu/lib/libiberty/src: xmalloc.c Log message: On xmalloc failure, stop trying to determine the total amount of allocated memory up to this point by using sbrk(2). This is of course wildly incorrect for any mmap-based malloc(3). This also makes it possible to bring pledge(2) to gnu/. comments kettenis@, ok miod@