Skip to content

[SYCL] Coverity bug fix #10446

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

Closed
wants to merge 19 commits into from
Closed

Conversation

eunakim0103
Copy link
Contributor

Coverity reported following three issues and fixed with adding a copy constructor & assignment operator, and removing dead code.

  1. Logically dead code
  2. Missing assignment operator
  3. Copy without assign

euna.kim and others added 19 commits June 26, 2023 21:22
Signed-off-by: Kim, Euna <[email protected]>
@eunakim0103 eunakim0103 requested a review from a team as a code owner July 18, 2023 06:05
@eunakim0103 eunakim0103 requested a review from bso-intel July 18, 2023 06:05
@eunakim0103 eunakim0103 temporarily deployed to aws July 18, 2023 06:21 — with GitHub Actions Inactive
@eunakim0103 eunakim0103 temporarily deployed to aws July 18, 2023 07:08 — with GitHub Actions Inactive
Copy link
Contributor

@dm-vodopyanov dm-vodopyanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR has changes unrelated to the subject

@eunakim0103
Copy link
Contributor Author

Need to re-open this pull request after removing the unrelated changes.

@eunakim0103
Copy link
Contributor Author

Created a new PR: #10452
This branch/PR will be removed

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

Successfully merging this pull request may close these issues.

2 participants