IgnacioFDM 732a05dde0 Back out changes in #366 and introduce read_argv_int/float()
* Revert "Extend "read_argv" native"

This reverts commit aaa2934595379c371513cb9dd23de8f3c5e16d93.

This broke binary compatibility with either older, already compiled
plugins, or newly compiled plugins if you forgot to update .inc headers.

This happened because read_argv used to receive maxlen by value, and
after
this commit it receives it by reference. This causes read_argv either
to fail, or worse, to buffer overflow, resulting in a security vulnerability.

Newly introduced functionality for read_argv should be added with a new,
separate native.

* Add "read_argv_int" & "read_argv_float" natives
2016-08-31 20:34:02 +02:00
..
2015-03-29 20:01:25 +02:00
2005-08-24 06:13:55 +00:00
2014-12-28 20:56:52 +01:00
2016-01-16 21:15:52 -03:00
2016-04-05 18:51:18 +02:00
2015-02-01 19:25:36 +01:00
2015-02-01 19:25:36 +01:00
2015-05-17 19:50:42 +03:00
2005-07-30 00:31:42 +00:00
2014-05-18 20:37:44 -05:00
2015-07-11 00:39:34 +03:00
2015-07-11 00:39:34 +03:00
2015-07-11 00:39:34 +03:00
2015-02-23 02:21:20 +05:00
2015-02-01 19:25:36 +01:00
2015-07-11 00:39:34 +03:00
2015-03-10 16:51:45 +01:00
2015-02-01 19:25:36 +01:00
2015-02-01 21:45:16 +01:00
2015-02-01 19:25:36 +01:00