Files
sourcemod/core/logic
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-18 23:09:43 -07:00
2018-08-13 23:03:48 +01:00
2020-05-20 17:57:18 -07:00
2021-07-16 18:33:10 -07:00
2020-05-20 17:57:18 -07:00
2020-05-20 17:57:18 -07:00
2021-05-24 14:30:16 -07:00
2021-05-24 14:30:16 -07:00
2020-10-16 21:41:21 +01:00
2015-03-05 10:56:36 -08:00
2014-07-05 13:52:44 -07:00
2018-07-08 11:05:29 -04:00
2017-11-20 21:24:01 -08:00