FreeBSD Bugzilla – Attachment 6508 Details for
Bug 14742
setlocale function call can't terminate
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 587 bytes, created by
peter
on 1999-11-06 15:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
peter
Created:
1999-11-06 15:00:01 UTC
Size:
587 bytes
patch
obsolete
>--- /usr/src/lib/libc/locale/setlocale.c Sat Aug 28 07:59:58 1999 >+++ setlocale.c Sat Nov 6 17:52:05 1999 >@@ -169,9 +169,11 @@ > ++locale; > while (*++r && *r != '/'); > } while (*locale); >- while (i < _LC_LAST) >+ while (i < _LC_LAST) { > (void)strcpy(new_categories[i], > new_categories[i-1]); >+ ++i; >+ } > } > }
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 14742
: 6508