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

Determine how to handle coverity issues #607

Closed
pki-bot opened this issue Oct 2, 2020 · 2 comments
Closed

Determine how to handle coverity issues #607

pki-bot opened this issue Oct 2, 2020 · 2 comments

Comments

@pki-bot
Copy link

pki-bot commented Oct 2, 2020

This issue was migrated from Pagure Issue #35. Originally filed by vakwetu (@vakwetu) on 2011-11-15 07:20:59:


Coverity reports the following:

  • 89 resource leaks -- mostly not closing data streams in finally blocks etc. These should all be handled consistently
  • 10 class hierarchy violation
  • 42 concurrency violation
  • 1 control flow (unreachable code)
  • 2 incorrect expression
  • 1 integer handling
  • 266 null pointer derefs
  • 123 findbugs: bad practice
  • 599 findbugs : dodgy
  • 238 findbugs: performance
  • 21 findbugs: correctness
  • 14 findbugs: multithreaded correctness

We need to figure out how to create bugs/tasks accordingly

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from nkinder (@nkinder) at 2012-05-17 19:52:10

This will be handled as separate tickets for different classes of Coverity issues. Closing this ticket.

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from vakwetu (@vakwetu) at 2017-02-27 14:04:39

Metadata Update from @vakwetu:

  • Issue assigned to nkinder
  • Issue set to the milestone: Dogtag 10.0 - Phase 2

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