svn rev #25247: trunk/src/windows/wshelper/

hartmans@MIT.EDU hartmans at MIT.EDU
Wed Sep 28 16:54:37 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25247
Commit By: hartmans
Log Message:
increase stack buffer size for res_query result

from 0x2003 to 0x8000

Patch by Jeffrey Altman

From: Alexey Melnikov <alexey.melnikov at isode.com>


Changed Files:
U   trunk/src/windows/wshelper/res_quer.c
Modified: trunk/src/windows/wshelper/res_quer.c
===================================================================
--- trunk/src/windows/wshelper/res_quer.c	2011-09-28 20:54:33 UTC (rev 25246)
+++ trunk/src/windows/wshelper/res_quer.c	2011-09-28 20:54:37 UTC (rev 25247)
@@ -56,7 +56,7 @@
 #include <string.h>
 #include <windns.h>
 
-#define MAX_MSG_SIZE 0x2003
+#define MAX_MSG_SIZE 0x8000
 
 #define strcasecmp	stricmp
 




More information about the cvs-krb5 mailing list