Fix for buffer overflow when using large %feature(docstring) reported by Joseph Winston

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9156 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-06-12 21:15:58 +00:00
commit b98f5d8d7f

View file

@ -14,7 +14,7 @@ char cvsroot_cscanner_c[] = "$Header$";
#include <string.h>
#include <ctype.h>
#define YYBSIZE 8192
#define YYBSIZE 65536
typedef struct InFile {
DOHFile *f;