From: Paul Eggert Date: Tue, 8 Feb 2011 03:53:07 +0000 (-0800) Subject: ChangeLog: fix my old entry to give credit to Bastien X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36882545cecc1ce447fbeb04d71ec5bcd0e16d82;p=pspp ChangeLog: fix my old entry to give credit to Bastien --- diff --git a/ChangeLog b/ChangeLog index 34885ab3e3..c1ba82170d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1219,6 +1219,8 @@ indirectly on xalloc. This change causes the openat substitute to fall back on save_cwd when memory is tight, and for save_cwd to fail instead of dying when memory is tight, but that's good enough. + Problem and initial idea for fix reported by Bastien Roucaries in + . * lib/openat-proc.c: Include stdlib.h (for malloc), not xalloc.h (for xmalloc).