Skip to content

[GPU] Fix coverity Dereference null return value issue#33864

Merged
p-durandin merged 1 commit intoopenvinotoolkit:masterfrom
wilson-seok:fix_coverity_kv_cache_fusion
Jan 29, 2026
Merged

[GPU] Fix coverity Dereference null return value issue#33864
p-durandin merged 1 commit intoopenvinotoolkit:masterfrom
wilson-seok:fix_coverity_kv_cache_fusion

Conversation

@wilson-seok
Copy link
Contributor

Details:

  • add null pointer check in kv_cache_fusion.cpp

Tickets:

  • 180110

@wilson-seok wilson-seok requested review from a team as code owners January 29, 2026 06:19
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Jan 29, 2026
@wilson-seok wilson-seok requested review from Copilot and removed request for a team January 29, 2026 06:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a null pointer check to prevent a potential null dereference in the KV cache fusion transformation code. The change addresses a Coverity static analysis finding.

Changes:

  • Adds null pointer validation for strided_slice after dynamic pointer cast

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@wilson-seok wilson-seok requested review from a team January 29, 2026 06:44
@p-durandin p-durandin added this to the 2026.1 milestone Jan 29, 2026
@p-durandin p-durandin added this pull request to the merge queue Jan 29, 2026
Merged via the queue into openvinotoolkit:master with commit 32c0676 Jan 29, 2026
189 checks passed
wilson-seok added a commit to wilson-seok/openvino that referenced this pull request Jan 30, 2026
…it#33864)

### Details:
 - add null pointer check in kv_cache_fusion.cpp

### Tickets:
 - 180110
github-merge-queue bot pushed a commit that referenced this pull request Jan 30, 2026
### Details:
 - add null pointer check in kv_cache_fusion.cpp

### Tickets:
 - 180110
github-merge-queue bot pushed a commit that referenced this pull request Jan 30, 2026
### Details:
 - add null pointer check in kv_cache_fusion.cpp

### Tickets:
 - 180110
Naseer-010 pushed a commit to Naseer-010/openvino that referenced this pull request Feb 18, 2026
…it#33864)

### Details:
 - add null pointer check in kv_cache_fusion.cpp

### Tickets:
 - 180110
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: GPU OpenVINO GPU plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants