userMM / openhelbreath

Automatically exported from code.google.com/p/openhelbreath
0 stars 0 forks source link

getMap method to cause client crash on Windows (Vista). #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
While is executing onLoop function line:
http://code.google.com/p/openhelbreath/source/browse/trunk/Client/LoadingScene.c
pp#373
http://code.google.com/p/openhelbreath/source/browse/trunk/Client/LoadingScene.c
pp#374
may cause client crash on Windows Vista (others are not checked). This is 
probably caused by getMap method in Map class.
http://code.google.com/p/openhelbreath/source/browse/trunk/Client/Map.h#73
This function doesn't check whether map exists.

Original issue reported on code.google.com by todevo...@gmail.com on 24 Aug 2010 at 3:34