Date: Thu, 20 May 1999 09:40:01 -0700 (PDT) From: "Daniel C. Sobral" <dcs@newsguy.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/11795: unload in boot loader can panic when using splash_bmp Message-ID: <199905201640.JAA54060@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/11795; it has been noted by GNATS. From: "Daniel C. Sobral" <dcs@newsguy.com> To: aheffner@lakefield.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/11795: unload in boot loader can panic when using splash_bmp Date: Fri, 21 May 1999 01:36:53 +0900 aheffner@lakefield.net wrote: > > This might not be the _best_ fix, but it works: > You need to change /usr/src/sys/boot/common/module.c > with this diff: > $ diff module.c.fixed module.c > 267c267 > < mp->m_name = strdup(name); > --- > > mp->m_name = name; Actually this is not as trivial. My fault, anyway. I forgot to merge version 1.9. :-( I'll fix it asap. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "If at first you don't succeed, skydiving is not for you." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905201640.JAA54060>