From: Roland McGrath Date: Thu, 1 Nov 2007 23:54:24 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78118592c08ceff4a795a90c45ddf1dfe62db757;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 1776494e..81544586 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2007-11-01 Roland McGrath + * util.c (string_quote): Return nonzero if the string was unterminated. + (printstr): Use that value instead of just our own test. + (printpathn): Likewise. + Fixes RH#358241. + + * linux/mips/syscallent.h: Fix argument count for fadvise64_64. + From Paul Mundt . + + * linux/mips/syscallent.h: Fix argument count for lookup_dcookie. + From Paul Mundt . + * linux/sh64/syscallent.h: Fix SYS_socket_subcall check. From Paul Mundt .