Bug 91057

Summary: samba sigaction bug
Product: [Retired] Red Hat Linux Reporter: Steve Grubb <linux_4ever>
Component: sambaAssignee: Jay Fenlason <fenlason>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: jfeeney
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-20 14:02:27 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:
Attachments:
Description Flags
Sigaction bug patch none

Description Steve Grubb 2003-05-16 21:35:39 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Description of problem:
The samba daemon code does not setup its signal mask correctly causing random
signals to be blocked. A patch is attached that corrects this. The bug could
cause intermittent problems with the daemon.

Version-Release number of selected component (if applicable):
samba-2.2.7a

How reproducible:
Always

Steps to Reproduce:
/etc/rc.d/init.d/smb stop
valgrind --leak-check=yes --leak-resolution=high --num-callers=8 -v
--logfile-fd=19 /usr/sbin/smbd 19>out
/usr/sbin/nmbd

browse around the shares
/etc/rc.d/init.d/smd stop
vi out


Actual Results:  Error message stating uninitialized parameters being sent to
sigaction.

Additional info:

Comment 1 Steve Grubb 2003-05-16 21:36:35 UTC
Created attachment 91749 [details]
Sigaction bug patch

This patch fixes the listed bug.