commit | 4b47a8b51e7bc0bcd1fa8e546a6333a04ab760d8 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <[email protected]> | Wed Aug 22 13:43:59 2018 +0300 |
committer | Tyler Hicks <[email protected]> | Sat Feb 16 22:42:48 2019 +0000 |
tree | 0b05634cab3a03aa5bf5f057fa760c0d568eabce | |
parent | 0bdf8a8245fdea6f075a5fede833a5fcf1b3466c [diff] |
ecryptfs: re-order a condition for static checkers Static checkers complain that we are using "s->i" as an offset before we check whether it is within bounds. It doesn't matter much but we can easily swap the order of the checks to make everyone happy. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Tyler Hicks <[email protected]>