DragonFly kernel List (threaded) for 2003-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Head's up... be sure to recompile /bin/sh
/bin/sh had a bug in it where sys_siglist[] was not checked for NULL
in one case, and NSIG instead of sys_nsig was used in several other
cases. This makes /bin/sh die with signal 11 on /etc/rc when you boot
with a new world, though you can still get a manual /bin/sh to work
(thankfully!).
I just committed fixes to both libc and /bin/sh. /bin/sh is the critical
one.
The bug was introduced when Kip and I bumped NSIG to 64.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]