d3dxof: Fix buffer overflow.

oldstable
Christian Costa 2008-11-10 13:20:03 +01:00 committed by Alexandre Julliard
parent d0ccdfbd4f
commit be0afe9569
1 changed files with 1 additions and 1 deletions

View File

@ -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))