kernel - Fix at least one 64-bit ddb backtrace issue
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 5 Mar 2013 01:15:09 +0000 (17:15 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 5 Mar 2013 01:15:09 +0000 (17:15 -0800)
commit27a084b96f9fc3e6a273da6e7673553a85132986
tree08a8c1895ded29f57f7d833f5b57024bc638d9b0
parent197b441cf8a202cccfe48cf5c589f7f5a2e389e6
kernel - Fix at least one 64-bit ddb backtrace issue

* Fix DDB support functions which were overflowing a 4-byte buffer when
  reading and writing 8-byte values.

Reported-by: tuxillo
sys/ddb/db_access.c