FreeBSD Bugzilla – Attachment 14068 Details for
Bug 26508
[PATCH] syscons panic in userconfig mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 495 bytes, created by
dd
on 2001-04-12 09:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dd
Created:
2001-04-12 09:10:01 UTC
Size:
495 bytes
patch
obsolete
>Index: syscons.c >=================================================================== >RCS file: /st/src/FreeBSD/src/sys/dev/syscons/syscons.c,v >retrieving revision 1.355 >diff -u -r1.355 syscons.c >--- syscons.c 2001/03/26 12:40:39 1.355 >+++ syscons.c 2001/04/07 21:02:31 >@@ -122,7 +122,8 @@ > > #define SC_CONSOLECTL 255 > >-#define VIRTUAL_TTY(sc, x) (SC_DEV((sc), (x))->si_tty) >+#define VIRTUAL_TTY(sc, x) (SC_DEV((sc), (x)) != NULL ? \ >+ SC_DEV((sc), (x))->si_tty : NULL) > > static int debugger;
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 26508
: 14068