From 6c82fda2dd90640098172f7bce63d69c8b6e0adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Tue, 15 Jun 1999 18:07:44 +0000 Subject: Don't try to use zero-byte buffers. --- crypto/bio/bio_err.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/bio/bio_err.c') diff --git a/crypto/bio/bio_err.c b/crypto/bio/bio_err.c index e31bf32..712d98a 100644 --- a/crypto/bio/bio_err.c +++ b/crypto/bio/bio_err.c @@ -101,6 +101,7 @@ static ERR_STRING_DATA BIO_str_reasons[]= {BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET,"error setting nbio on accepted socket"}, {BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET,"error setting nbio on accept socket"}, {BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET ,"gethostbyname addr is not af inet"}, +{BIO_R_INVALID_ARGUMENT ,"invalid argument"}, {BIO_R_INVALID_IP_ADDRESS ,"invalid ip address"}, {BIO_R_IN_USE ,"in use"}, {BIO_R_KEEPALIVE ,"keepalive"}, -- cgit v1.1