commit 27a084b96f9fc3e6a273da6e7673553a85132986
Author: Matthew Dillon <[email protected]>
Date: Mon Mar 4 17:15:09 2013 -0800
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
Summary of changes:
sys/ddb/db_access.c | 44 ++++++++++++++++++++++++++++++++++----------
1 file changed, 34 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/27a084b96f9fc3e6a273da6e7673553a85132986
--
DragonFly BSD source repository