summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-12-05 09:03:31 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-12-05 09:03:31 +1100
commit094f1e99348bdcea46f62f5c0f0e9944ed698b4e (patch)
tree07ca9b09abc61cd74683646a2d513e00887c8db1 /ChangeLog
parentaf1f90925494deba97a4b877798cf250f7dc75cf (diff)
- djm@cvs.openbsd.org 2010/12/04 13:31:37
[hostfile.c] fix fd leak; spotted and ok dtucker
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e60f137f..fb23d52b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@
18 behaviour of creating a symlink is available using its "-s" option 18 behaviour of creating a symlink is available using its "-s" option
19 or through the preexisting "symlink" command; based on a patch from 19 or through the preexisting "symlink" command; based on a patch from
20 miklos AT szeredi.hu in bz#1555; ok markus@ 20 miklos AT szeredi.hu in bz#1555; ok markus@
21 - djm@cvs.openbsd.org 2010/12/04 13:31:37
22 [hostfile.c]
23 fix fd leak; spotted and ok dtucker
21 24
2220101204 2520101204
23 - (djm) [openbsd-compat/bindresvport.c] Use arc4random_uniform(range) 26 - (djm) [openbsd-compat/bindresvport.c] Use arc4random_uniform(range)