-
Oh, and I forgot that ErrorReporter.cpp should be changed accordingly (to handle the TOKEN_TOO_LONG error)
2007-02-14 10:38:52 UTC by nobody
-
When parsing a file containing a long identifier (over 64 characters) the engine crashes in bool DFA::scan (wchar_t *text) (DFA.cpp line 54)
The problem is that:
1) The tmpImage string is too short (64 characters) and
2) There is no check on array boundaries when adding new characters into the tmpImage.
So 3 changes to be done:
1) wchar_t tmpImage[256]; - for convenience
2) Add the...
2007-02-14 10:33:49 UTC by nobody
-
xtremox committed patchset 55 of module cpp-gpengine to the C++ Gold Parser Engine CVS repository, changing 8 files.
2004-04-05 21:00:00 UTC by xtremox
-
d00mas committed patchset 54 of module cpp-gpengine to the C++ Gold Parser Engine CVS repository, changing 8 files.
2004-04-05 16:30:05 UTC by d00mas
-
d00mas committed patchset 53 of module cpp-gpengine to the C++ Gold Parser Engine CVS repository, changing 27 files.
2003-11-30 12:55:29 UTC by d00mas
-
d00mas committed patchset 52 of module cpp-gpengine to the C++ Gold Parser Engine CVS repository, changing 2 files.
2003-11-30 12:38:12 UTC by d00mas
-
d00mas committed patchset 51 of module cpp-gpengine to the C++ Gold Parser Engine CVS repository, changing 12 files.
2003-11-30 12:14:42 UTC by d00mas
-
d00mas committed patchset 50 of module cpp-gpengine to the C++ Gold Parser Engine CVS repository, changing 70 files.
2003-11-29 21:53:16 UTC by d00mas
-
xtremox committed patchset 49 of module cpp-gpengine to the C++ Gold Parser Engine CVS repository, changing 1 files.
2003-11-28 12:38:11 UTC by xtremox
-
xtremox committed patchset 48 of module cpp-gpengine to the C++ Gold Parser Engine CVS repository, changing 1 files.
2003-11-28 12:34:30 UTC by xtremox