Commit 43caae83 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

gdiplus: In GdipDrawString do not NULL terminate the buffer. It is unneeded and…

gdiplus: In GdipDrawString do not NULL terminate the buffer. It is unneeded and overruns the buffer.
parent d916d98d
......@@ -1901,7 +1901,6 @@ GpStatus WINGDIPAPI GdipDrawString(GpGraphics *graphics, GDIPCONST WCHAR *string
j++;
}
stringdup[j] = 0;
length = j;
while(sum < length){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment