Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: potential use-after-free when monster threw lit oil
Specifically at melee range, and when the monster was carrying more oil that could ignite and explode. The code previously assumed that if there was more than 1 oil in the stack to throw that it would definitely still be around after the explosion to read the memory contents of, which was not true. Another ASan catch.
- Loading branch information