From: Roland McGrath Date: Wed, 2 Feb 2005 04:40:36 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd9efd897a37246380a7d78547c434f697781435;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 121df5f8..2bc77e00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-12-19 Dmitry V. Levin + + * syscall.c (qual_signal): Check bounds for numeric signal names. + Fix parser of symbolic signal names. + Fix return code, as required by qualify() function. + * syscall.c (qual_desc): Check bounds for descriptor number. + * syscall.c (qual_syscall): Correct return code, to be consistent + with qualify() and other qual_* functions. + Fixes RH#143362. + 2005-02-01 Roland McGrath * system.c [LINUX] (MS_MANDLOCK, MS_NOATIME, MS_NODIRATIME, MS_BIND,