Files
sourcemod/core
peace-maker ea8fdd8fbb Fix crash when a database transaction fails (bug 6531) (#577)
If one of the queries fails in a transaction, the DBI system would only allocate an array of the size of the amount of all the successful queries before the failed one. It writes data for all the queries though effectively writing past the array bounds leading to heap corruption.

Create the right sized array!
2017-01-22 22:27:31 -08:00
..
🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍
2016-06-11 12:43:04 -04:00
2008-03-30 07:00:22 +00:00
2014-08-13 14:24:35 -07:00
2015-09-09 14:57:47 -07:00