merge revision(s) 58040,58041:
commit7e811007e22fd8074200e7f302e14542043718a7
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Wed, 22 Mar 2017 05:54:22 +0000 (22 05:54 +0000)
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Wed, 22 Mar 2017 05:54:22 +0000 (22 05:54 +0000)
treec64a390a1ebe2bca0d45e5b3c336978d216873cb
parent93e44f8802e397a3b8e772d2fa022702211fedf6
merge revision(s) 58040,58041:

stringio.c: check character code

* ext/stringio/stringio.c (strio_ungetc): check if the character
  code is valid in the encoding.  reported by Ahmad Sherif
  (ahmadsherif) at https://hackerone.com/reports/209593.
stringio.c: check range

* ext/stringio/stringio.c (strio_ungetc): raise RangeError instead
  of TypeError at too big value, as well as IO#ungetc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@58052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ext/stringio/stringio.c
test/stringio/test_stringio.rb
version.h