# HG changeset patch # User Paul Eggert # Date 1297137187 28800 # Node ID b11dd805ba6b60041f6c6ff8936678b1ebdf1109 # Parent f65a216a99b0c473d8f0d28806da625d8254243b ChangeLog: fix my old entry to give credit to Bastien diff --git a/ChangeLog b/ChangeLog --- 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).