FreeBSD Bugzilla – Attachment 21413 Details for
Bug 37543
libiconv run into endless loop during making security/gpgme.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 837 bytes, created by
Fuyuhiko Maruyama
on 2002-04-28 22:50:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Fuyuhiko Maruyama
Created:
2002-04-28 22:50:03 UTC
Size:
837 bytes
patch
obsolete
>--- lib/loop_unicode.h.orig Fri Jun 8 22:04:33 2001 >+++ lib/loop_unicode.h Mon Apr 29 05:12:08 2002 >@@ -52,8 +52,7 @@ > cd->ostate = backup_state; > outptr = backup_outptr; > outleft = backup_outleft; >- if (sub_outcount < 0) >- return RET_TOOSMALL; >+ return sub_outcount; > } > } > { >@@ -96,8 +95,7 @@ > cd->ostate = backup_state; > outptr = backup_outptr; > outleft = backup_outleft; >- if (sub_outcount < 0) >- return RET_TOOSMALL; >+ return sub_outcount; > } > if (last) > break; >@@ -144,8 +142,7 @@ > cd->ostate = backup_state; > outptr = backup_outptr; > outleft = backup_outleft; >- if (sub_outcount < 0) >- return RET_TOOSMALL; >+ return sub_outcount; > } > } > return RET_ILUNI;
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 37543
: 21413