Conversation
a2ef99a to
9bfb297
Compare
9bfb297 to
2efb117
Compare
d9f0f8c to
29d1a05
Compare
|
Fix and rebased; CI's are green ! |
|
Just two typos in the commit messages, which I happened to find en passant:
|
29d1a05 to
07e310b
Compare
Doesn't that also apply to the ocsp change too? |
You are right : the 1st ocsp mem leak fix was merged to 1.1.1 too ;) BTW, is Coverity scanning the master branch only, or not ? |
07e310b to
ac49587
Compare
ac49587 to
8006507
Compare
|
Ping @openssl /commiters. |
8006507 to
d4f5d25
Compare
|
Ping @mattcaswell , @mspncp : is there something more to do ? |
371a55e to
c2d1c39
Compare
|
Ping @mattcaswell , @mspncp : IMHO, issues are now fixed. |
c2d1c39 to
e82537a
Compare
e82537a to
8aff6be
Compare
|
Ping @openssl : fixed, and rebased. |
|
Sorry @FdaSilvaYY for letting you wait so long. I'll have a look at it today or tomorrow. |
8aff6be to
e7f754e
Compare
|
Ping @openssl : please take a look ;) |
CID 1440002 (#1 of 1): Use after free (USE_AFTER_FREE) Not a deadly error, because error was just before app exit. Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from #7359)
Call to i2d method returns an int value. Fix: CID 1338183 (#1 of 1): Improper use of negative value (NEGATIVE_RETURNS) CID 1371691 (#1 of 1): Improper use of negative value (NEGATIVE_RETURNS) CID 1371692 (#1 of 1): Improper use of negative value (NEGATIVE_RETURNS) [extended tests] Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from #7359)
CID 1440002 (#1 of 1): Use after free (USE_AFTER_FREE) Not a deadly error, because error was just before app exit. Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from #7359) (cherry picked from commit 39fc4c1)
Call to i2d method returns an int value. Fix: CID 1338183 (#1 of 1): Improper use of negative value (NEGATIVE_RETURNS) CID 1371691 (#1 of 1): Improper use of negative value (NEGATIVE_RETURNS) CID 1371692 (#1 of 1): Improper use of negative value (NEGATIVE_RETURNS) [extended tests] Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from #7359) (cherry picked from commit da84249)
Fix:
CID 1338183 (#1 of 1): Improper use of negative value (NEGATIVE_RETURNS)
CID 1371691 (#1 of 1): Improper use of negative value (NEGATIVE_RETURNS)
CID 1371692 (#1 of 1): Improper use of negative value (NEGATIVE_RETURNS)
and a recently introduced one:
CID 1440002 (#1 of 1): Use after free (USE_AFTER_FREE)
Checklist