From: Roland McGrath Date: Wed, 2 Feb 2005 04:45:09 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d721f283b8d79538d25ef909d1f3bb83d4a9a7f;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 217bdb96..e65ee7e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-12-20 Dmitry V. Levin + * configure.ac: Use AC_GNU_SOURCE macro instead of changing CFLAGS. + * defs.h [HAVE_CONFIG_H]: Include config.h first. + * strace.c: Include "defs.h" first. + Fixes RH#143370. + * syscall.c (call_summary): Fix potential NULL dereference. Fixes RH#143369.