=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: d3dxof: Change "value" size to 512.

Alexandre Julliard julliard at winehq.org
Thu Mar 14 18:33:21 CDT 2019


Module: wine
Branch: master
Commit: 360df6a520a90c2e4991739da3bdcd63619f5c9e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=360df6a520a90c2e4991739da3bdcd63619f5c9e

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Wed Mar 13 00:11:06 2019 +0100

d3dxof: Change "value" size to 512.

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

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3dxof/d3dxof_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dxof/d3dxof_private.h b/dlls/d3dxof/d3dxof_private.h
index cf33ed2..ff29261 100644
--- a/dlls/d3dxof/d3dxof_private.h
+++ b/dlls/d3dxof/d3dxof_private.h
@@ -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;




More information about the wine-cvs mailing list