We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unix API Undefined allocation of 0 bytes (CERT MEM04-C; CWE-131) btrfs/utils.c zero_blocks line 577
The text was updated successfully, but these errors were encountered:
Fix Undefined allocation of 0 bytes issue
d9b72ab
It was detected by Clang Static Analyzer #1 so I just add assert() to tell Clang Static Analyzer that this path is unreachable. Reviewers: @yetist
get info seems ok
5e58b8d
@hellogithubok have you tested btrfs yet?
Sorry, something went wrong.
No branches or pull requests
Unix API Undefined allocation of 0 bytes (CERT MEM04-C; CWE-131) btrfs/utils.c zero_blocks line 577
The text was updated successfully, but these errors were encountered: