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-04-05 18:51:18 +02:00
2015-03-09 19:41:21 +01:00
2015-03-09 19:41:21 +01:00
2015-03-09 19:41:21 +01:00
2015-03-09 19:41:21 +01:00
2015-03-11 15:19:27 +02:00
2014-10-05 16:19:47 +06:00
2005-08-24 06:13:55 +00:00
2015-03-11 15:19:27 +02:00
2015-03-25 13:50:07 +01:00
2013-09-10 09:04:52 +02:00
2015-03-11 15:19:27 +02:00
2015-03-12 22:50:49 +05:00
2015-03-10 16:51:45 +01:00
2015-03-11 15:19:27 +02:00
2015-03-10 16:51:45 +01:00
2015-03-11 15:19:27 +02:00
2015-03-11 15:19:27 +02:00