commit | 4410086a187059f6504b809da6b8001f4c073abd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 13 19:39:27 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 15 18:42:05 2021 -0400 |
tree | 4ef77f8633898c989cd3b25851e6e00cdead0c43 | |
parent | 8293081b948e9f6c7fc18e335d7d1c3cfb0b9819 [diff] |
cbfs: Check offset range when reading a file Add a check that the offset is within the allowed range. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Coverity (CID: 331155)