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

Simon Schubert corecode at crater.dragonflybsd.org
Wed Oct 28 19:14:10 PDT 2009


commit 432970791d344883d012378538c6f4fd6ec7df61
Author: Simon Schubert <corecode at 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





More information about the Commits mailing list