Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix identified coverity scan defects #1209

Open
wkozaczuk opened this issue Nov 13, 2022 · 0 comments
Open

Fix identified coverity scan defects #1209

wkozaczuk opened this issue Nov 13, 2022 · 0 comments

Comments

@wkozaczuk
Copy link
Collaborator

I have recently run a couple of the Coverity scan reports for OSv which can be found here - please click on "View Defects" on the right.

I have also set it up to classify the defects into a number of buckets:

  • zfs (at this moment all of ZFS code is outside of kernel)
  • vfs
  • musl
  • other

Obviously, the last three are all part of the kernel.

I suspect some of the reported defects are false positives (see the "Uninitialized pointer read" in fs/vfs/vfs_lookup.cc,vfs_mount.cc, and vfs_syscalls.cc) but some are probably worth fixing. There is a total of 106 high-impact issues in kernel and 54 in the zfs subtree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant