imgact_elf: use correct offset when bouncing .note data
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 29 Oct 2009 02:11:58 +0000 (03:11 +0100)
committerSimon Schubert <corecode@dragonflybsd.org>
Thu, 29 Oct 2009 02:11:58 +0000 (03:11 +0100)
commit432970791d344883d012378538c6f4fd6ec7df61
treefbdd1c69eb9c912c1b3c55e762f87f5c2abebfc9
parent7c34d798a4d6ae46122607d9f54d30bd09006395
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.
sys/kern/imgact_elf.c