Re: gdi32 (2/2): fix unchecked NULL ptr in BIDI_Reorder
23 Oct
2007
23 Oct
'07
12:44 p.m.
Alexander Dorofeyev <alexd14(a)hushmail.com> writes:
3rd try. In this version I don't create a temp buffer, instead pass the original string to subroutines; in BidiLines an additional parameter had to be added, to indicate that the original string has been passed and in-place modifications it normally does on the buffer must be skipped.
You should pass separate in and out pointers, since the input pointer is const you can't use it in place of the output one. -- Alexandre Julliard julliard(a)winehq.org
6628
Age (days ago)
6628
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard