cvs commit: src/sys/dev/syscons scmouse.c scvesactl.c scvidctl.c
syscons.c syscons.h
Craig Rodrigues
rodrigc at FreeBSD.org
Fri Sep 2 15:31:03 GMT 2005
rodrigc 2005-09-02 15:31:03 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/syscons scmouse.c scvesactl.c scvidctl.c
syscons.c syscons.h
Log:
MFC:
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>
Approved by: re (scottl)
Revision Changes Path
1.37.2.1 +1 -1 src/sys/dev/syscons/scmouse.c
1.22.2.1 +2 -2 src/sys/dev/syscons/scvesactl.c
1.34.2.1 +8 -6 src/sys/dev/syscons/scvidctl.c
1.436.2.2 +2 -2 src/sys/dev/syscons/syscons.c
1.83.2.1 +4 -3 src/sys/dev/syscons/syscons.h
More information about the cvs-src
mailing list