Another empty X509_NAME fix.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 26 Jun 2001 12:38:33 +0000 (12:38 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 26 Jun 2001 12:38:33 +0000 (12:38 +0000)
crypto/asn1/t_x509.c

index 314bdfb1c713d7cd218cefe1665c6668d8bd5c55..89ae73a6dec0b6226d1cc777994cc9ff6d9ea00b 100644 (file)
@@ -349,6 +349,8 @@ int X509_NAME_print(BIO *bp, X509_NAME *name, int obase)
        ll=80-2-obase;
 
        s=X509_NAME_oneline(name,buf,256);
+       if (!*s)
+               return 1;
        s++; /* skip the first slash */
 
        l=ll;