Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/org/jruby/RubyIO.java
Original file line number Diff line number Diff line change
@@ -3144,6 +3144,7 @@ private IRubyObject readNotAll(ThreadContext context, OpenFile myOpenFile, int l
}

str.setValue(newBuffer);
str.clearCodeRange();
str.setTaint(true);

return str;

0 comments on commit fc05939

Please sign in to comment.