commit | 621d1c9e9f98d990905c1076d4914fd13ea264e1 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Nov 10 08:40:30 2022 +0100 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 22 15:13:35 2022 -0700 |
tree | 675c722a23dd8c1e35fba22baf7b7707edc97150 | |
parent | a20c04190cc90e035ce408f17404223c4f5d16f8 [diff] |
sandbox: check lseek return value in handle_ufi_command Invoking lseek() may result in an error. Handle it. Addresses-Coverity-ID: 376212 ("Error handling issues (CHECKED_RETURN)") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>