Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: doc
Module Name: doc
Committed By: taca
Date: Fri Dec 21 03:57:21 UTC 2001
Modified Files:
doc: pkg-CHANGES
Log Message:
Note update of mail/yatsvrs package to 5.00.6.
Fix security hole bug for KILL/KILL9 function.
Under specific condition, kill(2) would be called with its first
arguement (pid) 0 or 1. It would cause killing parent process,
inetd(8).
The bug was fixed as bellow.
* Avoid using atoi(3).
* More strict error checking with sscanf(3).
To generate a diff of this commit:
cvs rdiff -r1.5615 -r1.5616 doc/pkg-CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index