[Bug 19819] Small bug in TranslateCharsetInfo

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 21 11:21:54 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=19819





--- Comment #3 from Nikolay Sivov <bunglehead at gmail.com>  2009-10-21 11:21:54 ---
(In reply to comment #2)
> (In reply to comment #1)
> > Fixed by commit:
> > http://source.winehq.org/git/wine.git/?a=commit;h=dd0a7078e0acd55f9cc5ac0afbf6342af8a53ae4
> 
> This is the first version of the patch, which is not correct. It does fix
> the overrun but breaks the logic. See my comment on wine-devel.

Actually after second look I don't think it breaks anything. '>=' condition is
without this patch too, it should be ==. Last iteration could be MAXTCIINDEX-1
after that it will be MAXTCIINDEX and it's the same as before.

Could you describe a problem?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list