Closed cameronpm closed 5 years ago
Merging #167 into master will decrease coverage by
0.05%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #167 +/- ##
==========================================
- Coverage 74.58% 74.53% -0.06%
==========================================
Files 21 21
Lines 3950 3950
==========================================
- Hits 2946 2944 -2
- Misses 1004 1006 +2
Impacted Files | Coverage Δ | |
---|---|---|
src/relp.c | 77.65% <ø> (ø) |
:arrow_up: |
src/relpsess.c | 85.17% <0%> (-0.41%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f4ddc0e...5e19bb1. Read the comment docs.
thx for the PR! The Solaris builder is probably a false positive, but openCSW seem currently to be offline, so I cannot confirm 100%. But it's good enough to see the others pass.
I'm building this on an old system (Debian Wheezy, gcc 4.7.2) so it's not all that surprising that this bug has existed for 6 years. The 'emsg' variable comes from the above function so just some copy/paste error.
Prior to fix:
There was also an issue with a C99 declaration in tcp.c line 755 of
int i
in the for loop causing a compile time error that I did not address here with a fix. Not sure how you feel about that one.