d3dxof: Change "value" size to 512.

is_name() may write up to 512 bytes to the "value".

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia 2019-03-13 00:11:06 +01:00 committed by Alexandre Julliard
parent fe7dcc2908
commit 360df6a520
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ typedef struct {
BOOL list_separator;
ULONG cur_pos_data;
LPBYTE cur_pstrings;
BYTE value[100];
BYTE value[512];
xobject** pxo_globals;
ULONG nb_pxo_globals;
xobject* pxo_tab;