Bug 1586

Summary: sys_siglist is NULL for i = 32 to NSIG
Product: [Retired] Red Hat Linux Reporter: Jeff Johnson <jbj>
Component: glibcAssignee: Cristian Gafton <gafton>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-07-09 01:31:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Johnson 1999-03-17 20:39:38 UTC
This code snippet (from pdksh) fails
	for (i = 0; i < NSIG; i++)
                if (!sigtraps[i].name && sys_siglist[i][0])
                        sigtraps[i].mess = sys_siglist[i];

Comment 1 Cristian Gafton 1999-07-09 01:31:59 UTC
Only 32 signals are defined by POSIX and have names.