-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encode::is_utf8 on tainted UTF8 string returns false #7622
Comments
From Mark.Martinec@ijs.siThis is a bug report for perl from Mark.Martinec@ijs.si, The Encode::is_utf8() on an UTF-8 character string INCORRECT: ($a is tainted) correct: ($a not tainted) As far as I tried, this is not specific to a platform. Flags: Site configuration information for perl v5.8.5: Configured by mark at Fri Oct 1 19:18:35 CEST 2004. Summary of my perl5 (revision 5 version 8 subversion 5) configuration: Locally applied patches: @INC for perl v5.8.5: Environment for perl v5.8.5: |
From Mark.Martinec@ijs.si
Btw, this bug is still present in 5.8.8. Mark |
Mark.Martinec@ijs.si - Status changed from 'new' to 'open' |
From @rgsMark Martinec (via RT) wrote:
This patch to Encode solves the problem : (tainted strings are not Dan, would you consider adding it to your version ? --- ext/Encode/Encode.xs (révision 8858) |
@rgs - Status changed from 'open' to 'resolved' |
From @rgarciaOn 16/11/06, Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> wrote:
I applied this change to bleadperl as #30693. |
Migrated from rt.perl.org#32687 (status was 'resolved')
Searchable as RT32687$
The text was updated successfully, but these errors were encountered: