Commit be0afe95 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3dxof: Fix buffer overflow.

parent d0ccdfbd
......@@ -817,7 +817,7 @@ static WORD parse_TOKEN(parse_buffer * buf)
break;
case TOKEN_GUID:
{
char strguid[38];
char strguid[39];
GUID class_id;
if (!read_bytes(buf, &class_id, 16))
......
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