commit | 69596433bc28a4642bdc84676f44cfa3b16d0588 | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Sat Oct 07 16:02:21 2017 +0200 |
committer | Kees Cook <keescook@chromium.org> | Mon Dec 03 16:52:35 2018 -0800 |
tree | bdc81454c86cece9376427fb609441c2f9da71d0 | |
parent | 30696378f68a9e3dad6bfe55938b112e72af00c2 [diff] |
pstore: Fix bool initialization/comparison Bool initializations should use true and false. Bool tests don't need comparisons. Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Kees Cook <keescook@chromium.org>