Go to file
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
bridge/include Add ICellArray and create/free in ISourceMod 2016-08-21 21:32:23 +02:00
configs Allow setting multiple chat trigger characters (PR #449, bug 4341, bug 5668) 2016-10-04 16:34:42 +01:00
core Fix crash when a database transaction fails (bug 6531) (#577) 2017-01-22 22:27:31 -08:00
editor Added AMXX Pawn geshi generation script. 2010-08-23 13:53:44 -04:00
extensions Fix memory leak in Regex extension. (#572) 2017-01-11 21:25:46 -05:00
gamedata Update CS:GO TerminateRound gamedata (#575) 2017-01-20 07:33:42 -05:00
loader Use newer MM:S api for Ep1/Original engine. (#548) 2017-01-11 21:25:00 -05:00
plugins Sanitize servercfgfile and lservercfgfile values with sm_cvar (bug 6579). 2017-01-20 15:29:25 -05:00
public Add DETOUR_DECL_* marcos for more parameter counts (#561) 2016-11-29 14:55:39 -08:00
sourcepawn@2f32b58944 Update SourcePawn Module to c687974f5451b9d312141bfa020f465bd8bf96aa . 2017-01-21 18:05:54 -08:00
tools Fix GDC's Linux sigscanning (#576) 2017-01-20 10:13:31 -05:00
translations Remove unused phrase. 2015-03-22 15:36:07 -04:00
versionlib Change version display. 2014-05-25 03:18:05 -07:00
.arcconfig Add a .arcconfig file so that arc works 2013-10-15 22:57:59 +01:00
.gitignore Update to the latest SourcePawn revision. 2015-08-18 09:51:24 -07:00
.gitmodules Use upstream SourcePawn as a submodule. 2015-03-15 16:38:38 -07:00
.travis.yml Download Clang from SourceMod site (#523) 2016-06-20 17:12:58 +01:00
AMBuildScript Use newer MM:S api for Ep1/Original engine. (#548) 2017-01-11 21:25:00 -05:00
changelog.txt Triggering a build. 2011-04-13 19:05:41 -05:00
configure.py Add an ambuild configure option to disable auto versioning. 2014-07-02 13:29:59 -05:00
product.version Bump version number. 2016-06-05 10:10:07 -04:00
pushbuild.txt Trigger build for hl2sdk-bms changes. 2016-11-07 21:03:22 -05:00
README.md and maybe also a hyphen 2014-05-27 01:09:12 -06:00

SourceMod

General

Development