Jarkko Korpi : widl: Increase buffer size in typegen.c.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jul 14 09:42:26 CDT 2015


Module: wine
Branch: master
Commit: abf4d5910fc69fe193e541aa0163dc76eb5a9def
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=abf4d5910fc69fe193e541aa0163dc76eb5a9def

Author: Jarkko Korpi <jarkko_korpi at hotmail.com>
Date:   Fri Jul 10 18:49:44 2015 +0300

widl: Increase buffer size in typegen.c.

---

 tools/widl/typegen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c
index 4bb4cc4..045a5b7 100644
--- a/tools/widl/typegen.c
+++ b/tools/widl/typegen.c
@@ -1142,7 +1142,7 @@ static unsigned char get_func_oi2_flags( const var_t *func )
 static unsigned int write_new_procformatstring_type(FILE *file, int indent, const var_t *var,
                                                     int is_return, unsigned int *stack_offset)
 {
-    char buffer[64];
+    char buffer[128];
     unsigned int stack_size, typestring_offset;
     unsigned short flags;
     unsigned char fc = get_parameter_fc( var, is_return, &flags, &stack_size, &typestring_offset );




More information about the wine-cvs mailing list