Date: Mon, 5 Sep 2005 17:04:26 +0400 From: Slawa Olhovchenkov <slw@zxy.spb.ru> To: Craig Rodrigues <rodrigc@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/syscons scmouse.c scvesactl.c scvidctl.c syscons.c syscons.h Message-ID: <20050905130426.GB48098@zxy.spb.ru> In-Reply-To: <200508301858.j7UIwHT8003733@repoman.freebsd.org> References: <200508301858.j7UIwHT8003733@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 30, 2005 at 06:58:17PM +0000, Craig Rodrigues wrote: > rodrigc 2005-08-30 18:58:17 UTC > > FreeBSD src repository > > Modified files: > sys/dev/syscons scmouse.c scvesactl.c scvidctl.c > syscons.c syscons.h > Log: > Prevent division by zero errors in sc_mouse_move() > by explicitly setting sc->font_width, in the same > places where sc->font_size is set, instead of > relying on the default initialized value of 0 for sc->font_width. > > PR: kern/84836 > Reported by: Andrey V. Elsukov <bu7cher at yandex dot ru> > MFC after: 2 days Now traped set_mouse_pos+0x108: idivl 0x6c(%ecx),%eax eax = edx = -1 ecx = main_console
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050905130426.GB48098>