Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 144952 Details for
Bug 122145
Logrotate does not allow non-ASCII paths
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
This patch checks characters using widechar equivalent of isprint
widechar.patch (text/plain), 534 bytes, created by
Baris Cicek
on 2007-01-06 01:15:25 UTC
(
hide
)
Description:
This patch checks characters using widechar equivalent of isprint
Filename:
MIME Type:
Creator:
Baris Cicek
Created:
2007-01-06 01:15:25 UTC
Size:
534 bytes
patch
obsolete
>--- config.c 2007-01-06 03:09:24.000000000 +0200 >+++ config.c 2006-07-24 15:08:04.000000000 +0300 >@@ -14,7 +14,6 @@ > #include <time.h> > #include <unistd.h> > #include <assert.h> >-#include <wctype.h> > > #include "basenames.h" > #include "log.h" >@@ -90,7 +89,7 @@ > > /* this is technically too restrictive -- let's see if anyone > complains */ >- while (*chptr && isprint(*chptr) && *chptr != ' ') >+ while (*chptr && iswprint(*chptr) && *chptr != ' ') > chptr++; > if (*chptr) { > message(MESS_ERROR, "%s:%d bad %s path %s\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 122145
: 144952 |
145056