Actions
Bug #11644
closedkmf_openssl: NULL pointer issues
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
The following NULL pointer issue shows up when building gate against OpenSSL 1.1
../common/openssl_spi.c: In function 'check_response_signature': ../common/openssl_spi.c:2671:40: error: comparison between pointer and integer [-Werror] if (sk_X509_push(cert_stack2, signer) == NULL) {
Updated by Electric Monk almost 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 4942e22259992130a6f34737c52dfbd4f4d5b151
commit 4942e22259992130a6f34737c52dfbd4f4d5b151 Author: Andy Fiddaman <omnios@citrus-it.co.uk> Date: 2019-09-02T21:23:57.000Z 11644 kmf_openssl: NULL pointer issues Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions