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] Fix Coverity issue on test/tizen_capi #2992

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

DonghakPark
Copy link
Member

Resolve UNINIT.LOCAL_VAR Alarm

Coverity issue : Uninitialized data is read from local variable 'model' at unittest_tizen_capi.cpp:183.
Fix : Add Null Check

Self evaluation:

  1. Build test: [X]Passed [ ]Failed [ ]Skipped
  2. Run test: [X]Passed [ ]Failed [ ]Skipped

Resolve UNINIT.LOCAL_VAR Alarm

Coverity issue : Uninitialized data is read from local variable 'model' at unittest_tizen_capi.cpp:183.
Fix : Add Null Check

**Self evaluation:**
1. Build test:	 [X]Passed [ ]Failed [ ]Skipped
2. Run test:	 [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Donghak PARK <[email protected]>
Copy link
Member

@skykongkong8 skykongkong8 left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Collaborator

@dkjung dkjung left a comment

Choose a reason for hiding this comment

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

LGTM

@myungjoo myungjoo merged commit 5e7f6e3 into nnstreamer:main Mar 7, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants