Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 176486 - [PATCH] Add a do-not-fork option; fix uninitialised variables
Summary: [PATCH] Add a do-not-fork option; fix uninitialised variables
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: at
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-12-23 10:39 UTC by Enrico Scholz
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-23 12:28:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Adds '-n' do-not-fork option (2.42 KB, patch)
2005-12-23 10:39 UTC, Enrico Scholz
no flags Details | Diff

Description Enrico Scholz 2005-12-23 10:39:06 UTC
Description of problem:

* added support for a '-n' (do-not-fork) option so that 'atd' works
  better with advanced init methods like initng or minit

* daemon.c: initialized daemon_debug to zero; afais, this non-static
  variable will never be initialized and works only because of certain
  constraints in the environment (BSS section will be zeroed by default;
  can break with '-fno-zero-initialized-in-bss')


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

at-3.1.8-78_FC4

Comment 1 Enrico Scholz 2005-12-23 10:39:06 UTC
Created attachment 122559 [details]
Adds '-n' do-not-fork option

Comment 2 Jason Vas Dias 2006-01-12 21:53:40 UTC
OK, I'll put this in the next release, whenever that is - I don't think this
"problem" is of sufficient importance to warrant a respin on its own account.

Comment 3 Marcela Mašláňová 2006-08-23 12:28:04 UTC
I put it in rawhide. I think it's not important for an update.


Note You need to log in before you can comment on or make changes to this bug.