DragonFly BSD
DragonFly commits List (threaded) for 2009-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: imgact_elf: use correct offset when bouncing .note data


From: Simon Schubert <corecode@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 28 Oct 2009 19:13:16 -0700 (PDT)

commit 432970791d344883d012378538c6f4fd6ec7df61
Author: Simon Schubert <corecode@dragonflybsd.org>
Date:   Thu Oct 29 03:11:58 2009 +0100

    imgact_elf: use correct offset when bouncing .note data
    
    We have to copy to data+firstlen, not firstoff, since firstoff is
    relative to page and not to data.

Summary of changes:
 sys/kern/imgact_elf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/432970791d344883d012378538c6f4fd6ec7df61


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]