Fix Coverity static analysis defects (Feb)#3376
Merged
as-suvorov merged 3 commits intoopenvinotoolkit:masterfrom Mar 10, 2026
Merged
Fix Coverity static analysis defects (Feb)#3376as-suvorov merged 3 commits intoopenvinotoolkit:masterfrom
as-suvorov merged 3 commits intoopenvinotoolkit:masterfrom
Conversation
sbalandi
reviewed
Feb 23, 2026
as-suvorov
reviewed
Feb 23, 2026
8399835 to
6b319ac
Compare
as-suvorov
reviewed
Feb 24, 2026
src/cpp/src/speculative_decoding/continuous_batching/fast_draft_strategy.hpp
Show resolved
Hide resolved
6b319ac to
672a15f
Compare
as-suvorov
approved these changes
Mar 9, 2026
Merged
via the queue into
openvinotoolkit:master
with commit Mar 10, 2026
5734301
162 of 167 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fix three Coverity static analysis defects across speculative decoding, LLM pipeline, and Whisper components.
size_tunderflow - CVS-181400m_draft_generations_mutexfield directly instead of through accessor ingenerate_commontemplate, so Coverity can correlate the lock with the guarded data - CVS-181402main_model_descr.modelbefore passing it toStatefulLLMPipelineconstructor - CVS-181401