summaryrefslogtreecommitdiff
path: root/util/sbase/libutil/sha1.c
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-13 06:05:54 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-13 06:05:54 +0000
commitebac61df5e6c7c88ad574dc77382288cd8862894 (patch)
treebafa79b4634b964f8d2bf9fc424406e01f2ada47 /util/sbase/libutil/sha1.c
parentcbf409d6e1b929e5bfd9b835c310b76c92521270 (diff)
util/nvmutil: err in rw_file_exact on zero return
zero never occurs, because rw_file_once never returns zero, but only rw_file_once determines that. rw_file_exact must handle every possible error. right now, if that call returns zero, rw_file_exact would have an infinite loop. this doesn't actually happen at the moment, so this is a preventative bug fix. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/sbase/libutil/sha1.c')
0 files changed, 0 insertions, 0 deletions