View Single Post
  #8  
Old 06-21-2016, 09:55 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Second: https://github.com/EQEmu/Server/blob.../mob.cpp#L4556

If 'spellbonuses.SpellOnKill[i]' is greater than the max spell id, the dereference of spells[spellbonuses.SpellOnKill[i]] following it will cause an
"Exception Access Violation" error and crash the server.


First: Same with https://github.com/EQEmu/Server/blob.../bot.cpp#L8162

I think this has come up before..invalid deref on 'tar->GetBuffs()'
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote