FreeBSD Bugzilla – Attachment 11434 Details for
Bug 22537
Case sensitive address comparison in vacation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 541 bytes, created by
gaute
on 2000-11-02 11:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
gaute
Created:
2000-11-02 11:50:01 UTC
Size:
541 bytes
patch
obsolete
>*** vacation.c Sat Aug 28 03:07:19 1999 >--- /tmp/vacation.c Thu Nov 2 11:28:53 2000 >*************** >*** 304,308 **** > > for (len = strlen(name); *str; ++str) >! if (*str == *name && > !strncasecmp(name, str, len) && > isdelim((unsigned char)str[len])) >--- 304,308 ---- > > for (len = strlen(name); *str; ++str) >! if (tolower(*str) == tolower(*name) && > !strncasecmp(name, str, len) && > isdelim((unsigned char)str[len]))
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 22537
: 11434