commit | 630179b7f7d147ee0f7d396e71775b60a16f46a1 | [log] [tgz] |
---|---|---|
author | Xie Yongji <xieyongji@bytedance.com> | Wed Jul 06 17:56:24 2022 +0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Aug 02 11:01:42 2022 +0200 |
tree | d131b1cbacc792bd986cef03930dc570b10851df | |
parent | d9cf16c0bee5b97fb76e0e1ad915a22bec0031b9 [diff] |
libvduse: Pass positive value to strerror() The value passed to strerror() should be positive. So let's fix it. Fixes: Coverity CID 1490226, 1490223 Signed-off-by: Xie Yongji <xieyongji@bytedance.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20220706095624.328-4-xieyongji@bytedance.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>