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

Fix integer overflow Make use of the check in rb_alloc_tmp_buffer2. When parsing cookies, only decode the values Bump version
3 lines
36 B
Ruby
3 lines
36 B
Ruby
class CGI
|
|
VERSION = "0.1.0.1"
|
|
end
|