FreeBSD Bugzilla – Attachment 170956 Details for
Bug 179721
[libc] [patch] char<->wchar_t mismatch in glob(3), fnmatch(3), regexec(3)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Alternative __collate_range_cmp
pr-wcollate.diff (text/plain), 420 bytes, created by
Pedro F. Giffuni
on 2016-06-02 18:17:57 UTC
(
hide
)
Description:
Alternative __collate_range_cmp
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2016-06-02 18:17:57 UTC
Size:
420 bytes
patch
obsolete
>Index: lib/libc/locale/collcmp.c >=================================================================== >--- lib/libc/locale/collcmp.c (revision 301216) >+++ lib/libc/locale/collcmp.c (working copy) >@@ -46,9 +46,7 @@ > wchar_t s1[2], s2[2]; > > s1[0] = c1; >- s1[1] = 0; > s2[0] = c2; >- s2[1] = 0; > struct _xlocale l = {{0}}; > l.components[XLC_COLLATE] = (struct xlocale_component *)table; > return (wcscoll_l(s1, s2, &l));
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 179721
:
134969
|
170924
|
170955
|
170956
|
171012
|
171025
|
171026
|
171028