commit | fe6b352f8d5367521685c7ea52016c544fd9d2fe | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Feb 02 04:40:11 2005 +0000 |
committer | Roland McGrath <roland@redhat.com> | Wed Feb 02 04:40:11 2005 +0000 |
tree | 38fbc0fbf1381b0f188681ee0199a2ec640e862d | |
parent | 0dfeed6a2a2b7be9000a8a0f26c085489f88a7f4 [diff] |
2004-12-19 Dmitry V. Levin <ldv@altlinux.org> * 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.