Date: Wed, 7 Jan 2004 02:13:00 -0800 (PST) From: Joerg Wunsch <joerg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_ext.c Message-ID: <200401071013.i07AD0Mu096864@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 2004/01/07 02:13:00 PST FreeBSD src repository Modified files: sys/i386/isa/pcvt pcvt_ext.c Log: Fix a long-standing bug that had been introduced in rev 1.24 with the replacement of struct proc by struct thread. This bug could cause a NULL pointer dereferencation under certain circumstances (e. g. while running /etc/rc.d/pcvt). Revision Changes Path 1.30 +4 -1 src/sys/i386/isa/pcvt/pcvt_ext.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401071013.i07AD0Mu096864>