1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* safe.c: removed needless doc related $SAFE=3

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-06-18 01:00:11 +00:00
parent 0def632db4
commit 4219194730
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Jun 18 10:00:06 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* safe.c: removed needless doc related $SAFE=3
Thu Jun 18 09:59:23 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* safe.c: rename old method name for $SAFE=3

1
safe.c
View file

@ -13,7 +13,6 @@
0 - strings from streams/environment/ARGV are tainted (default)
1 - no dangerous operation by tainted value
2 - process/file operations prohibited
3 - all generated objects are tainted
*/
#define SAFE_LEVEL_MAX RUBY_SAFE_LEVEL_MAX