An error occurred fetching the project authors.
- 04 May, 2010 3 commits
-
-
Vincent Pelletier authored
The signal is often received during epoll_wait call, and python code later checks the value of libc's errno. That value might get tainted by sighandler, causing errors to be detected after the call (epoll_wait would return -1 as the call was interrupted by the signal). git-svn-id: https://svn.erp5.org/repos/neo/trunk@2063 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@2062 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
Disabled by default, as it allows code injection in NEO processes to anyone with the ability to send signals to them and either write access to NEO product or its controlling TTY. git-svn-id: https://svn.erp5.org/repos/neo/trunk@2061 71dcc9de-d417-0410-9af5-da40c76e7ee4
-