FlavioJS a85a22d75a * Possible fix to ers/status_change crashing. [FlavioJS]
- this patch is untested. Didn't find anyone willing to test it and I can't reproduce the crash so can't test the patch.
  symptom:
   status_change_entry.timer is being modified after the entry is freed.
   ers uses that memory location as a pointer when the entry is freed, it crashes when accessing the contents when it points to an invalid location.
  assumption:
   status_change_start starts an already existing status.
   as a consequence of something called inside status_change_start the status is ended.
   when the sce is finally being modified, it's modifying a freed entry.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-12 17:12:23 +00:00
2007-04-06 17:22:40 +00:00
2007-12-22 13:00:48 +00:00
2007-12-22 13:00:48 +00:00
2007-12-22 13:00:48 +00:00
2007-12-27 12:08:07 +00:00
2007-12-27 12:08:07 +00:00
2007-03-02 00:11:54 +00:00
2007-03-24 12:40:05 +00:00
2007-09-20 11:09:36 +00:00
2007-11-30 00:17:26 +00:00
Languages
C++ 98%
Perl 0.6%
CMake 0.4%
M4 0.3%
Makefile 0.2%
Other 0.2%