summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-01-19 22:37:02 +1100
committerDarren Tucker <dtucker@zip.com.au>2014-01-19 22:37:02 +1100
commit7eee358d7a6580479bee5cd7e52810ebfd03e5b2 (patch)
treef7fa6b7869dec6ff90aba466571b7c9f1b0ef6b5 /ChangeLog
parentb7e01c09b56ab26e8fac56bbce0fd25e36d12bb0 (diff)
- dtucker@cvs.openbsd.org 2014/01/19 11:21:51
[addrmatch.c] Cast the sizeof to socklen_t so it'll work even if the supplied len is negative. Suggested by and ok djm, ok deraadt.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 990739468..22578ab21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,10 @@
16 - djm@cvs.openbsd.org 2014/01/19 04:48:08 16 - djm@cvs.openbsd.org 2014/01/19 04:48:08
17 [ssh_config.5] 17 [ssh_config.5]
18 fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal 18 fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal
19 - dtucker@cvs.openbsd.org 2014/01/19 11:21:51
20 [addrmatch.c]
21 Cast the sizeof to socklen_t so it'll work even if the supplied len is
22 negative. Suggested by and ok djm, ok deraadt.
19 23
2020140118 2420140118
21 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch 25 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch