FreeBSD Bugzilla – Attachment 6892 Details for
Bug 15301
Bug in /usr/sbin/syslogd: strips 8th bits, breaking NLS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 260 bytes, created by
Eugene Grosbein
on 1999-12-06 10:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
1999-12-06 10:10:01 UTC
Size:
260 bytes
patch
obsolete
>--- syslogd.c.orig Mon Dec 6 16:42:44 1999 >+++ syslogd.c Mon Dec 6 16:42:58 1999 >@@ -559,7 +559,7 @@ > > q = line; > >- while ((c = *p++ & 0177) != '\0' && >+ while ((c = *p++) != '\0' && > q < &line[sizeof(line) - 1]) > if (iscntrl(c)) > if (c == '\n')
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 15301
: 6892