DragonFly commits List (threaded) for 2011-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Fix wrong argument to allproc_scan in elf_brand_inuse()
commit 46e5a8baaa6bf87d727b3a004c0235be87813f7a
Author: YONETANI Tomokazu <y0netan1@dragonflybsd.org>
Date: Wed Dec 14 06:44:37 2011 +0900
Fix wrong argument to allproc_scan in elf_brand_inuse()
the callback expects data to be the address of elf_brand_inuse_info
but the caller passed something else. this fixes kernel panic upon
`kldunload linux'.
Summary of changes:
sys/kern/imgact_elf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/46e5a8baaa6bf87d727b3a004c0235be87813f7a
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]