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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mhpanah
Copy link

@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
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

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