diff options
author | Peter Stephenson <pws@zsh.org> | 2015-07-23 09:30:15 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-07-23 09:31:12 +0100 |
commit | 9a82a8675782f137c8739bc950ac86dfe6a8dfd1 (patch) | |
tree | f5dc107d9be8a0716df4888d9c7b11fb6984c879 /ChangeLog | |
parent | 346fcf9b96c7b52df9a9d9a4a453aa1bb35808fb (diff) | |
download | zsh-9a82a8675782f137c8739bc950ac86dfe6a8dfd1.tar.gz zsh-9a82a8675782f137c8739bc950ac86dfe6a8dfd1.tar.xz zsh-9a82a8675782f137c8739bc950ac86dfe6a8dfd1.zip |
35793: avoid undefined behaviour shifting signed number
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 69a78b16d..5036ea9ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-07-23 Peter Stephenson <p.stephenson@samsung.com> + + * 35793: Src/zsh.h: avoid undefined behaviour shifting signed + number. + 2015-07-23 Oliver Kiddle <opk@zsh.org> * 35753: Completion/Zsh/Type/_ps1234: allow for numbers after |