Files
sourcemod/core
Asher Baker c6917296d3 Fix out of bounds write in CDataPack::Write*Array (#1554)
WriteCellArray and WriteFloatArray were allocating N+1 slots, but due to
a copy-paste error were writing N+2 slots. Much later in the process the
CRT would catch this and cause a crash - this was pretty painful to
debug but thankfully running SRCDS in CRT debug mode caught it much
sooner in CDataPack::RemoveItem.
2021-07-28 22:19:16 +01:00
..
2020-08-24 20:48:57 -07:00
2020-05-20 17:57:18 -07:00
2014-08-13 14:24:35 -07:00
2020-10-16 21:41:21 +01:00
2019-05-30 18:27:14 -07:00
2018-08-13 23:03:48 +01:00