[ros-bugs] [Bug 5328] [PATCH] kernel32: UTF-7 support
ReactOS.Bugzilla at reactos.org
ReactOS.Bugzilla at reactos.org
Fri Apr 30 01:43:36 CEST 2010
http://www.reactos.org/bugzilla/show_bug.cgi?id=5328
katayama_hirofumi_mz <katayama.hirofumi.mz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katayama.hirofumi.mz at gmail.c
| |om
--- Comment #1 from katayama_hirofumi_mz <katayama.hirofumi.mz at gmail.com> 2010-04-30 01:43:30 CET ---
In Utf7ToWideChar:
-pwsz = (WORD *) HeapAlloc(GetProcessHeap(), 0, n * sizeof(WORD));
+pwsz = (WORD *) HeapAlloc(GetProcessHeap(), 0, (n + 1) * sizeof(WORD));
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Ros-bugs
mailing list