[PATCH 0/4] fs: btrfs: coverity fixes
Qu Wenruo
wqu at suse.com
Sat Oct 31 02:07:48 CET 2020
Most of the coverity reports are at least a good hint to us to improve
the code style.
Although there are some false alerts, but it's really hard to teach
coverity to be a real human (yet), thus fix the warning even it's just
false alerts.
Qu Wenruo (4):
fs: btrfs: inode: handle uninitialized type before returning it
fs: btrfs: volumes: prevent overflow for multiplying
fs: btrfs: initialize @ret to 0 to prevent uninitialized return value
fs: btrfs: initialize @ii in show_dir() to make coverity happy
fs/btrfs/btrfs.c | 4 ++--
fs/btrfs/inode.c | 6 +++++-
fs/btrfs/volumes.c | 4 ++--
3 files changed, 9 insertions(+), 5 deletions(-)
--
2.29.1
More information about the U-Boot
mailing list