Skip to content

Conversation

@chrisbra
Copy link
Member

No description provided.

Fixes: Coverity issue: 1646573
tmp.v_lock is left unitialized

Signed-off-by: Christian Brabandt <cb@256bit.org>
Fixes: Coverity Issue: 1646574
explicitly cast return value to (void)

Signed-off-by: Christian Brabandt <cb@256bit.org>
Fixes: Coverity issue 1646601
verify that ccline is not null, before dereferencing it

Signed-off-by: Christian Brabandt <cb@256bit.org>
Problem:  cmdcomplete_info() leaks memory
Solution: free cmdline_orig before assigning new memory to it

Signed-off-by: Christian Brabandt <cb@256bit.org>
chrisbra added a commit that referenced this pull request Apr 22, 2025
Problem:  Coverity: complains about unutilized variable
Solution: initialize typval properly
          (author)

Fixes: Coverity issue: 1646573
       tmp.v_lock is left unitialized
related: #17189

Signed-off-by: Christian Brabandt <cb@256bit.org>
chrisbra added a commit that referenced this pull request Apr 22, 2025
Problem:  Coverity complains about unchecked return value
Solution: cast return value to (void)

Fixes: Coverity issue 1646574
related: #17189

Signed-off-by: Christian Brabandt <cb@256bit.org>
@chrisbra chrisbra closed this in 362be6b Apr 22, 2025
@chrisbra chrisbra deleted the coverity branch September 10, 2025 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant