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
https://docs.google.com/document/d/1BbO6Xt7VVJtdDeHNZT3k9GP282PtynTMFL0Du263Kw4/edit?usp=sharing
The text was updated successfully, but these errors were encountered:
@prajnoha Coverity doesn't like assignments in "if" statements. For example:
if (!(alloc_step = buf->stat.init.alloc_step))
Of cases where we use (like above) or: !integer_variable
!integer_variable
I'm thinking I'll just mark these as style issues rather than change the code. That ok with you?
Sorry, something went wrong.
Sure, let's keep those as they are for now - they're throughout the whole code so that would be lots of changes.
PR #58
PR #60
No branches or pull requests
https://docs.google.com/document/d/1BbO6Xt7VVJtdDeHNZT3k9GP282PtynTMFL0Du263Kw4/edit?usp=sharing
The text was updated successfully, but these errors were encountered: