Repro Bug in CXTPSyntaxEditLexTagsAutomat |
Post Reply |
Author | |
MacW
Senior Member Joined: 26 June 2007 Status: Offline Points: 253 |
Post Options
Thanks(0)
Posted: 04 August 2007 at 9:28am |
I have a reproducible crash while loading an XML file in the method
CXTPSyntaxEditLexTagsAutomat::_FindWord Visual C++ reports "Run-Time Check Failure #2 - Stack around the variable 'dwChar2' was corrupted." in the line
sizeof(TCHAR) + 1 is used to specify the size of the WORD stack variable, which fails when you compile in with _UNICODE defined. |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi,
Thanks, this has been already fixed for the next version. Below is the code update if needed:
-- WBR, Serge |
|
MacW
Senior Member Joined: 26 June 2007 Status: Offline Points: 253 |
Post Options
Thanks(0)
|
Thanks.
I'll do the patch here and wait for the next release. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |