mbox series

[v3,0/4] xfsprogs: coverity fixes

Message ID 20240614160643.1879156-1-bodonnel@redhat.com (mailing list archive)
Headers show
Series xfsprogs: coverity fixes | expand

Message

Bill O'Donnell June 14, 2024, 4 p.m. UTC
Select fixes made following coverity scan results on 04/23/2024.
CID: 1596597, 1596598, 1596599, 1596600, 159660

Signed-off-by: Bill O'Donnell <bodonnel@redhat.com>
---
v3: use %lld instead of %ld and cast howlong to (long long) in PATCH 3/4.
v2: initialize automatic struct ifake to 0 at declaration instead of
    setting individual member if_levels to 0.
---