| From: | tlyu@mit.edu |
| Subject: | git commit |
Avoid unaligned access in btree byte swapping
Apply a patch from NetBSD to use temporary character buffers instead
of doing an unaligned read when swapping bytes.
https://github.com/krb5/krb5/commit/0936b2578b64be2c53c8cfccd70cbe93519d42fa
Author: Tom Yu <tlyu@mit.edu>
Commit: 0936b2578b64be2c53c8cfccd70cbe93519d42fa
Branch: master
src/plugins/kdb/db2/libdb2/include/db-int.h | 22 ++++++++++++++--------
1 files changed, 14 insertions(+), 8 deletions(-)