Files
amxmodx/amxmodx
Vincent Herbet b63e63cfcd Fix crash when dynamic native is executed with the max number of params
This fixes a buffer overflow with `g_Params`, which has a size of 16 but params index starts to 1. As consequence when 16 params are passed, `g_Params[16]` is indexed and likely overwrites something important which leads to a crash at some point.

It doesn't happen in 1.8.2. Possible reasons why it happens in dev version is this uses newer compiler and compiling optimization are better , resulting crash is triggered now. 

Reported here https://forums.alliedmods.net/showthread.php?t=271103.
2015-09-05 17:49:37 +02:00
..
2014-08-08 12:47:15 +02:00
2014-08-04 13:18:19 -05:00
2014-08-04 13:18:19 -05:00
2005-07-25 06:03:43 +00:00
2015-09-05 08:42:31 +02:00
2015-08-14 16:38:27 +02:00
2004-03-24 01:35:44 +00:00
2015-07-13 23:37:20 +02:00
2015-07-13 23:37:20 +02:00
2015-07-13 23:37:20 +02:00
2015-03-23 18:30:22 +01:00
2015-07-13 23:37:20 +02:00
2014-08-04 13:18:19 -05:00
2015-07-13 23:37:20 +02:00
2015-08-26 10:38:31 +02:00
2015-08-26 10:38:31 +02:00
2014-08-04 13:18:19 -05:00
2015-03-10 16:51:45 +01:00
2014-08-04 13:18:19 -05:00
2015-07-13 23:37:20 +02:00
2015-07-13 23:37:20 +02:00
2015-06-29 12:42:57 +02:00
2006-09-01 03:29:27 +00:00
2015-07-16 08:11:19 +02:00
2014-08-04 13:18:19 -05:00
2015-03-22 11:00:32 +01:00
2015-03-29 20:01:25 +02:00