看板 DFBSD_commit 關於我們 聯絡資訊
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