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

List of issues discovered by static checkers #7696

Open
3 tasks
kyukhin opened this issue Sep 20, 2022 · 0 comments
Open
3 tasks

List of issues discovered by static checkers #7696

kyukhin opened this issue Sep 20, 2022 · 0 comments
Labels
code health Improve code readability, simplify maintenance and so on

Comments

@kyukhin
Copy link
Contributor

kyukhin commented Sep 20, 2022

This issue will contain a list of the problems discovered by clang-analyzer/clang-tidy/Coverity etc.
The recent report is available here, master branch only.

  • Tons of the hits caught by clang-analyzer are about passing a pointer to an exception. There's a proposal to remove exceptions at all.
  • This hit might be fixed by inserting assert() (or if-check?) checking new_tuple to be non-NULL somewhere here.
  • This report shows that wi field might be NULL here.
@kyukhin kyukhin added the code health Improve code readability, simplify maintenance and so on label Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health Improve code readability, simplify maintenance and so on
Projects
None yet
Development

No branches or pull requests

1 participant