[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-dev] [Bug 83] [PATCH] Don't use non signal-safe functions in signal handler
http://www.ossec.net/bugs/show_bug.cgi?id=83
------- Comment #2 from dcid@xxxxxxxxx 2007-10-02 21:36 -------
This is really not an issue, since we exit on these signals. So, if there is
any unfinished action somewhere else on the code, it will not return back
there.
The problem with handling signals is if you choose to ignore them (or perform
some other action other than exit) and use unsafe functions in the handler.
When the execution returns to where it was before, bad things can happen.
I think we are pretty safe on it...
--
Configure bugmail: http://www.ossec.net/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.