On Mon, 2002-01-28 at 05:53, christian mock wrote: > 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.
Your patch looks sane to me; I've applied it. Thanks! (However, I'd like to wait to close the bug until we have confirmation from the bug submitters that it fixes their problem.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]