summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-20 13:33:19 +1000
committerDamien Miller <djm@mindrot.org>2014-04-20 13:33:19 +1000
commit888566913933a802f3a329ace123ebcb7154cf78 (patch)
treecdd8baba05c5505cf41d2e13c774f7e63e693dbc /ChangeLog
parent16f85cbc7e5139950e6a38317e7c8b368beafa5d (diff)
- djm@cvs.openbsd.org 2014/04/20 02:30:25
[misc.c misc.h umac.c] use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on strict-alignment architectures; reported by and ok stsp@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 159d897f2..6da3753d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -122,6 +122,10 @@
122 [ssh.1] 122 [ssh.1]
123 delete .xr to hosts.equiv. there's still an unfortunate amount of 123 delete .xr to hosts.equiv. there's still an unfortunate amount of
124 documentation referring to rhosts equivalency in here. 124 documentation referring to rhosts equivalency in here.
125 - djm@cvs.openbsd.org 2014/04/20 02:30:25
126 [misc.c misc.h umac.c]
127 use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on
128 strict-alignment architectures; reported by and ok stsp@
125 129
12620140401 13020140401
127 - (djm) On platforms that support it, use prctl() to prevent sftp-server 131 - (djm) On platforms that support it, use prctl() to prevent sftp-server