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

Quality: fix small issues #3168

Merged
merged 7 commits into from
Jun 27, 2019
Merged

Quality: fix small issues #3168

merged 7 commits into from
Jun 27, 2019

Conversation

ChristianBeer
Copy link
Member

Description of the Change
Fixes uninitialized variables in several components

Release Notes
N/A

found by Coverity (CID 165280)
The function vbm_popen() already logs an error in those cases and it is non critical.
found by Coverity (CIDs 278299 34531)
found by Coverity (CID 34533)
found by Coverity (CIDs 28038 27929)
found by Coverity (CIDs 28037 27943)
found by Coverity (CIDs 27931 27957 278928)
@codecov
Copy link

codecov bot commented May 29, 2019

Codecov Report

Merging #3168 into master will increase coverage by 2.3%.
The diff coverage is 0%.

@@           Coverage Diff            @@
##           master   #3168     +/-   ##
========================================
+ Coverage    6.04%   8.35%   +2.3%     
========================================
  Files          36      36             
  Lines        5972    5976      +4     
========================================
+ Hits          361     499    +138     
+ Misses       5611    5477    -134
Impacted Files Coverage Δ
db/boinc_db.cpp 0.4% <0%> (-0.01%) ⬇️
lib/url.cpp 100% <0%> (+98.57%) ⬆️

1 similar comment
@codecov
Copy link

codecov bot commented May 29, 2019

Codecov Report

Merging #3168 into master will increase coverage by 2.3%.
The diff coverage is 0%.

@@           Coverage Diff            @@
##           master   #3168     +/-   ##
========================================
+ Coverage    6.04%   8.35%   +2.3%     
========================================
  Files          36      36             
  Lines        5972    5976      +4     
========================================
+ Hits          361     499    +138     
+ Misses       5611    5477    -134
Impacted Files Coverage Δ
db/boinc_db.cpp 0.4% <0%> (-0.01%) ⬇️
lib/url.cpp 100% <0%> (+98.57%) ⬆️

@AenBleidd AenBleidd merged commit 7b3a683 into master Jun 27, 2019
@AenBleidd AenBleidd deleted the cb_fix_small_issues branch June 27, 2019 13:32
@AenBleidd AenBleidd added this to the Server Release 1.2.0 milestone Aug 14, 2023
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.

2 participants