MantisBT - Zandronum
View Issue Details
0000627Zandronum[All Projects] Bugpublic2011-11-26 07:172018-09-30 19:58
Blzut3 
Torr Samaho 
normalcrashalways
closedfixed 
AppleMac OS X10.4/10.5/10.6
1.0 
1.01.0 
0000627: Crash if FScanner is fed an empty string
In some cases the scanner can be fed an empty string causing corruption while preparing the string for use. Fixed in r3321 of ZDoom.
Run AOW2 on Mac OS X and it an assertion failure will happen on startup.
Basically this construct is currently invalid:
FScanner sc;
sc.OpenMem("", 0);
No tags attached.
Issue History
2011-11-26 07:17Blzut3New Issue
2012-01-12 12:40Torr SamahoNote Added: 0002360
2012-01-12 12:40Torr SamahoStatusnew => resolved
2012-01-12 12:40Torr SamahoFixed in Version => 1.0
2012-01-12 12:40Torr SamahoResolutionopen => fixed
2012-01-12 12:40Torr SamahoAssigned To => Torr Samaho
2012-06-09 13:22Torr SamahoCategoryGeneral => Bug
2018-09-30 19:58Blzut3Statusresolved => closed

Notes
(0002360)
Torr Samaho   
2012-01-12 12:40   
I backported the ZDoom fix.