commit | 20c52b45d27b7459abab40c6978a21f714e1eed4 | [log] [tgz] |
---|---|---|
author | Andrew G. Morgan <agm@google.com> | Fri Apr 19 15:05:15 2019 +0000 |
committer | Andrew G. Morgan <morgan@kernel.org> | Sun Apr 21 09:17:04 2019 -0700 |
tree | e37f562d6b82b1e17401678b587953abd83b1fcb | |
parent | 27c46f5b02fe0423370a052753a99312fca7ff88 [diff] |
Fix undefined behavior by shifting integer (1u) instead of signed integer (1). This issue was found with a static analysis code quality linter highlighting a 32-bit integer issue with some architectures. Signed-off-by: Andrew G. Morgan <agm@google.com> Signed-off-by: Andrew G. Morgan <morgan@kernel.org>