summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-06-15 10:55:34 +1000
committerDamien Miller <djm@mindrot.org>2008-06-15 10:55:34 +1000
commit8b7ab960df02da128c56283ce14b78227ac2d200 (patch)
tree7ba374e17f85d4e626732d9a87b56ee17527d27b /ChangeLog
parent30fd49e606169c57fef2be66594e24991b2fb747 (diff)
- (djm) [openbsd-compat/sigact.c] Avoid NULL derefs in ancient sigaction
replacement code; patch from ighighi AT gmail.com in bz#1240; ok dtucker
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ce1aee6..0bd06cd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20080614
+ - (djm) [openbsd-compat/sigact.c] Avoid NULL derefs in ancient sigaction
+ replacement code; patch from ighighi AT gmail.com in bz#1240;
+ ok dtucker
+
20080613
- (dtucker) OpenBSD CVS Sync
- deraadt@cvs.openbsd.org 2008/06/13 09:44:36
@@ -4364,4 +4369,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.5010 2008/06/13 23:14:46 dtucker Exp $
+$Id: ChangeLog,v 1.5011 2008/06/15 00:55:34 djm Exp $