FreeBSD Bugzilla – Attachment 14512 Details for
Bug 27258
getty(8) didn't check if if= isn't empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 497 bytes, created by
Cyrille Lefevre
on 2001-05-10 23:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cyrille Lefevre
Created:
2001-05-10 23:00:00 UTC
Size:
497 bytes
patch
obsolete
>Index: main.c >=================================================================== >RCS file: /home/ncvs/src/libexec/getty/main.c,v >retrieving revision 1.28.2.2 >diff -u -r1.28.2.2 main.c >--- main.c 2001/03/05 11:17:08 1.28.2.2 >+++ main.c 2001/03/11 06:02:46 >@@ -324,7 +324,7 @@ > > /* if this is the first time through this, and an > issue file has been given, then send it */ >- if (first_time && IF) { >+ if (first_time && IF && *IF) { > int fd; > > if ((fd = open(IF, O_RDONLY)) != -1) {
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 27258
: 14512