x509_vfy.c: Remove superfluous assignment to 'ret' in check_chain() #13458
Conversation
|
If you consider these changes to be trivial, please add CLA: trivial to the commit message. If not, we'll need you to fill in an ICLA and possibly an updated CCLA from your employer. For the record, I'm okay calling these changes trivial. |
|
Approved. I agree this is trivial. @paulidale are you ok with backporting this to 1.1.1? |
Thanks @paulidale for your immediate approval and comment on the CLA. |
|
CIFuzz failure is unrelated, so @seardes you can ignore that. |
|
24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually. |
|
Travis is stuck even before doing any builds since nearly 2 days. Is this currently a general phenomenon? |
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from #13458)
|
I don't think this needs to go to 1.1.1 after all. I've merged it to master. |
Yes, this would have made sense (only) if commit 3309c4b had been backported.
Thanks @paulidale. So closing this PR. |
This fixes #13354 referring to Coverity CID 1469104.
Three superfluous assignments to
retincheck_chain()removed.On this occasion we also fix a whitespace nit in
check_chain().