FreeBSD Bugzilla – Attachment 12709 Details for
Bug 24437
syscons - MOUSE_MOUSECHAR fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 400 bytes, created by
cejkar
on 2001-01-18 19:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
cejkar
Created:
2001-01-18 19:20:02 UTC
Size:
400 bytes
patch
obsolete
>--- vidcontrol.c.orig Thu Jan 18 19:44:17 2001 >+++ vidcontrol.c Thu Jan 18 19:44:31 2001 >@@ -415,8 +415,8 @@ > long l; > > l = strtol(arg, NULL, 0); >- if ((l < 0) || (l > UCHAR_MAX)) { >- warnx("argument to -M must be 0 through %d", UCHAR_MAX); >+ if ((l < 0) || (l > UCHAR_MAX - 3)) { >+ warnx("argument to -M must be 0 through %d", UCHAR_MAX - 3); > return; > } > mouse.operation = MOUSE_MOUSECHAR;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24437
:
12708
| 12709