diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-05 05:17:22 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-05 05:17:22 +0000 |
commit | 8a5512b4bfeeed282f8fedbf5c87ec5f153b5691 (patch) | |
tree | 145edfd1970f3ed187c2781e3f5ce1a55ebc9ccf /ChangeLog | |
parent | 2da5ae4232ebb4b9b2cabd8bbb8ca5ee224afdbf (diff) | |
download | ruby-8a5512b4bfeeed282f8fedbf5c87ec5f153b5691.tar.gz |
parse.y: fix restored cmdarg_stack
* parse.y (brace_body, do_body): since cmdarg_stack is saved in
VALUE val, should restore from the same member. on big-endian
platforms where VALUE is larger than int, it restored 0 in the
upper word. [ruby-core:77920] [Bug #12900]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sat Nov 5 14:17:20 2016 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * parse.y (brace_body, do_body): since cmdarg_stack is saved in + VALUE val, should restore from the same member. on big-endian + platforms where VALUE is larger than int, it restored 0 in the + upper word. [ruby-core:77920] [Bug #12900] + Sat Nov 5 13:52:52 2016 Akinori MUSHA <knu@iDaemons.org> * lib/shellwords.rb (Shellwords#shellsplit): Fix the handling of |