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
..
2016-06-27 12:23:08 +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
2016-06-27 12:23:08 +02:00
2016-06-27 12:23:08 +02:00
2004-03-24 01:35:44 +00:00
2015-10-02 23:22:21 +02:00
2015-12-24 19:08:00 +01:00
2015-10-02 23:22:21 +02:00
2016-04-05 18:51:18 +02:00
2016-04-05 18:51:18 +02:00
2015-10-02 23:22:21 +02: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-10-02 23:22:21 +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
2016-01-21 23:50:07 +01:00
2015-07-13 23:37:20 +02:00
2015-10-02 23:22:21 +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
2016-01-07 19:42:47 +01:00
2015-03-22 11:00:32 +01:00
2016-06-26 14:04:33 +02:00
2015-10-02 23:22:21 +02:00
2015-03-29 20:01:25 +02:00