git: kernel - Fix at least one 64-bit ddb backtrace issue

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Mar 4 17:16:10 PST 2013


commit 27a084b96f9fc3e6a273da6e7673553a85132986
Author: Matthew Dillon <dillon at apollo.backplane.com>
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



More information about the Commits mailing list