If BIO_snprintf failed, keep trying.
authorRich Salz <rsalz@openssl.org>
Mon, 6 Feb 2017 19:22:29 +0000 (14:22 -0500)
committerRich Salz <rsalz@openssl.org>
Tue, 7 Feb 2017 15:44:47 +0000 (10:44 -0500)
commit89ec60912c649417ce2288be005bee0c66122803
tree629a0b6a201a8eb3282ae3cd79eda6fe80f9f1bd
parent1c5ebcd87822c2af4b8fdc23fa8b9a7201fb7097
If BIO_snprintf failed, keep trying.

Thanks to Graeme Perrow for reporting and providing a possible fix.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2565)
crypto/bio/bio_cb.c