Commit f5fad0e
committed
_do_sha256_sum(): Fix missing error check.
Coverity scan has correctly spotted that Sha256Init() and related
functions may return an error.
Honestly I don't know /how/ any of these can return an error, since the
context is the only part that should allocate, but it's defined that
way.
Signed-off-by: Peter Jones <pjones@redhat.com>1 parent d316ba8 commit f5fad0e
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
0 commit comments