Closed GravisZro closed 1 year ago
The program has been using objects in freed memory since commit 22417ea on Jan 26, 2018.
I was able to find this only because of PR #54 which actually assigned pointers to nullptr. As a result, the program crashed and I quickly found this flaw.
nullptr
The program has been using objects in freed memory since commit 22417ea on Jan 26, 2018.
I was able to find this only because of PR #54 which actually assigned pointers to
nullptr
. As a result, the program crashed and I quickly found this flaw.