Commit 360df6a5 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3dxof: Change "value" size to 512.

is_name() may write up to 512 bytes to the "value". Signed-off-by: 's avatarJózef Kucia <jkucia@codeweavers.com> Signed-off-by: 's avatarMatteo Bruni <mbruni@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent fe7dcc29
......@@ -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;
......
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