commit | 669932f3ff6d168317788c130bc39634ee5ba0c0 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Tue Dec 17 05:43:47 2019 -0800 |
committer | Greg Kaiser <gkaiser@google.com> | Tue Dec 17 05:43:47 2019 -0800 |
tree | c8e6465622db7323359251886a3f97bded63e1c0 | |
parent | 35692b040079b188c487314f5489e55476518f25 [diff] |
lpdump: Use unsigned value for shift Shifting a signed 32-bit value by 31 bits is implementation-defined behavior. While our toolchains are most probably doing the expected thing, we make this an unsigned value out of paranoia. Test: TreeHugger Change-Id: I551fcf1ac7a27ebd7c1365cd6a9df7267f569c44