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

Create fixed peers for false-negative cases #12

Open
mximp opened this issue Oct 28, 2022 · 6 comments
Open

Create fixed peers for false-negative cases #12

mximp opened this issue Oct 28, 2022 · 6 comments

Comments

@mximp
Copy link

mximp commented Oct 28, 2022

Let's create fixed version of cases within false-nagative to comply with awsome-bugs repo format.
The idea is to incorporate all cases from clang-tidy-mistakes into awesome-bugs test pack.

@mximp
Copy link
Author

mximp commented Oct 28, 2022

@andrewt0301 is that something you can assist with?

@andrewt0301
Copy link
Contributor

Yes.

@mximp
Copy link
Author

mximp commented Nov 3, 2022

@andrewt0301 as discussed please classify the cases based on its complexity.
The ones which are easy to create can be done under this task in one go.
For the rest please create separate tasks.

@andrewt0301
Copy link
Contributor

andrewt0301 commented Nov 8, 2022

First of all, let us classify the examples:

  1. buffer-overrun.cpp
  2. const-assignment.cpp - fix provided
  3. data-execution.cpp
  4. dependency-loop.cpp
  5. destructor-exception.cpp - fix provided
  6. duplicated-delete.cpp
  7. float-loop.cpp
  8. function-cast.cpp
  9. global-null.cpp - fix provided
  10. infinite-recursion.cpp
  11. inifite-goto.cpp
  12. long-loop.cpp
  13. memcpy-buffer-overrun.cpp
  14. noexcept-crash.cpp - fix provided
  15. null-escaping.cpp
  16. stack-corruption.cpp
  17. thread-invalid-stack.cpp
  18. thread-recursion.cpp
  19. unhandled-exception.cpp - fix provided
  20. virtual-call-constructor.cpp
  21. virtual-div-by-zero.cpp

@mximp
Copy link
Author

mximp commented Nov 8, 2022

@andrewt0301 thanks!
For fix provided items - did you committed the changes already? Under which issue?

@andrewt0301
Copy link
Contributor

PR to be merged - #13

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

No branches or pull requests

2 participants