summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-06-06 08:12:37 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-06-06 08:12:37 +1000
commit4ac66af091cf6db5a42c18e43738ca9c41e338e5 (patch)
tree541bce15520b26aa1a16e28ccbe4ab1d50349449 /ChangeLog
parentea8342c248ad6c0a4fe1a70de133f954973bd2b2 (diff)
- dtucker@cvs.openbsd.org 2013/06/03 00:03:18
[mac.c] force the MAC output to be 64-bit aligned so umac won't see unaligned accesses on strict-alignment architectures. bz#2101, patch from tomas.kuthan at oracle.com, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40b15c144..5aa24bd4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,11 @@
17 [clientloop.h clientloop.c mux.c] 17 [clientloop.h clientloop.c mux.c]
18 No need for the mux cleanup callback to be visible so restore it to static 18 No need for the mux cleanup callback to be visible so restore it to static
19 and call it through the detach_user function pointer. ok djm@ 19 and call it through the detach_user function pointer. ok djm@
20 - dtucker@cvs.openbsd.org 2013/06/03 00:03:18
21 [mac.c]
22 force the MAC output to be 64-bit aligned so umac won't see unaligned
23 accesses on strict-alignment architectures. bz#2101, patch from
24 tomas.kuthan at oracle.com, ok djm@
20 25
2120130602 2620130602
22 - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy 27 - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy