> On Sun, 2002-01-27 at 21:22, Chris Tillman wrote: > > I have these problems fixed, and will commit after 3.0.19 uploads. > > Very cool! > > So, can we get 3.0.19 rolling then? Any objections to uploading it now?
I'd suggest fixing the SEGV in utilities/dbootstrap/baseconfig.c:155,
as described in bug #126370; it's an easy fix, I'd suggest:
< if (bootargs.console[5]==',') ttyspeed=atoi(bootargs.console+6);
> if (bootargs.console && bootargs.console[5]==',')
>ttyspeed=atoi(bootargs.console+6);
and it fixes a severe problem for installations over a serial console.
ciao,
cm.
--
(from a conversation at ork):
"I can't see any data coming out of this Tolkien Ring card."
"Well of course not, it confers invisibility."
-- Anthony de Boer
msg15183/pgp00000.pgp
Description: PGP signature

