summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/encoding.c b/encoding.c
index e5bc75b4ef..57af9762e9 100644
--- a/encoding.c
+++ b/encoding.c
@@ -561,6 +561,7 @@ load_encoding(const char *name)
else if (ISUPPER(*s)) *s = TOLOWER(*s);
++s;
}
+ FL_UNSET(enclib, FL_TAINT|FL_UNTRUSTED);
OBJ_FREEZE(enclib);
ruby_verbose = Qfalse;
ruby_debug = Qfalse;