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

[Coverity] Uninitialized members #27071

Merged
merged 3 commits into from
Nov 26, 2024

Conversation

mhpanah
Copy link
Contributor

@mhpanah mhpanah commented Oct 15, 2024

Details:

  • Regarding CID: 1559222 and 1559203. This could be false positive since the class IncreasePositionIdsPrecision does not have any member variables that need initialization. I updated line 50 to ensure 'this' pointer is properly captured.

  • Regarding CID: 1559220 and 1559209. This could also be a false positive. To address this issue I'm proposing to explicitly call the base class constructor in the initializer list of the constructor.

Need to re-run the Coverity scan to confirm fix.

Tickets:

@mhpanah mhpanah requested review from a team as code owners October 15, 2024 21:54
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Oct 15, 2024
@sys-openvino-ci sys-openvino-ci added the ExternalIntelPR External contributor from Intel label Oct 15, 2024
@mhpanah mhpanah marked this pull request as draft October 15, 2024 21:59
@mhpanah mhpanah marked this pull request as ready for review October 16, 2024 16:51
@mhpanah mhpanah force-pushed the coverity_fix branch 2 times, most recently from 0c66ad5 to 1cc48dc Compare November 14, 2024 19:11
@yeonbok yeonbok enabled auto-merge November 21, 2024 00:23
auto-merge was automatically disabled November 21, 2024 17:09

Head branch was pushed to by a user without write access

@p-durandin
Copy link
Contributor

build_jenkins

@p-durandin p-durandin added this pull request to the merge queue Nov 26, 2024
Merged via the queue into openvinotoolkit:master with commit 0d0452f Nov 26, 2024
155 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin ExternalIntelPR External contributor from Intel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants