summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-02-06 10:44:13 +1100
committerDarren Tucker <dtucker@zip.com.au>2014-02-06 10:44:13 +1100
commit8d36f9ac71eff2e9f5770c0518b73d875f270647 (patch)
tree3ae39c9472b68e57174589093b6eef4527cf6954 /ChangeLog
parenta0959da3680b4ce8cf911caf3293a6d90f88eeb7 (diff)
- (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULL
before freeing since free(NULL) is a no-op. ok djm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df7312df8..3867fd37e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120140206
2 - (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULL
3 before freeing since free(NULL) is a no-op. ok djm.
4
120140205 520140205
2 - (djm) [sandbox-capsicum.c] Don't fatal if Capsicum is offered by 6 - (djm) [sandbox-capsicum.c] Don't fatal if Capsicum is offered by
3 headers/libc but not supported by the kernel. Patch from Loganaden 7 headers/libc but not supported by the kernel. Patch from Loganaden