FreeBSD Bugzilla – Attachment 139687 Details for
Bug 185964
Codeset conversion to Chinese Simplified (HZ) is broken / segfaults
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
iconv-VIQR-boundary-check.patch
iconv-VIQR-boundary-check.patch (text/x-diff), 427 bytes, created by
Manuel
on 2014-01-24 12:22:14 UTC
(
hide
)
Description:
iconv-VIQR-boundary-check.patch
Filename:
MIME Type:
Creator:
Manuel
Created:
2014-01-24 12:22:14 UTC
Size:
427 bytes
patch
obsolete
>Index: lib/libiconv_modules/VIQR/citrus_viqr.c >=================================================================== >--- lib/libiconv_modules/VIQR/citrus_viqr.c (revision 261094) >+++ lib/libiconv_modules/VIQR/citrus_viqr.c (working copy) >@@ -457,7 +457,7 @@ > return (errnum); > } > } >- for (i = 0;; ++i) { >+ for (i = 0; i < mnemonic_ext_size; ++i) { > p = &mnemonic_ext[i]; > n = strlen(p->name); > if (ei->mb_cur_max < 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 185964
:
139686
| 139687 |
139688