aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2019-07-08 20:14:50 +1000
committerPauli <paul.dale@oracle.com>2019-07-08 20:14:50 +1000
commit9fd6f7d1cd2a3c8e2bc69dcb8bde8406eb6c2623 (patch)
treecd7726410703bff823246bc1363fc7a6471b0855 /include/openssl
parentb97a28b19d606d6782622a14ae06831b231c94a4 (diff)
downloadopenssl-9fd6f7d1cd2a3c8e2bc69dcb8bde8406eb6c2623.tar.gz
Avoid NULL pointer dereference. Fixes #9043.
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9059)
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/x509err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/x509err.h b/include/openssl/x509err.h
index e796bf1ce6..f04db92d5a 100644
--- a/include/openssl/x509err.h
+++ b/include/openssl/x509err.h
@@ -102,6 +102,7 @@ int ERR_load_X509_strings(void);
# define X509_R_CRL_ALREADY_DELTA 127
# define X509_R_CRL_VERIFY_FAILURE 131
# define X509_R_IDP_MISMATCH 128
+# define X509_R_INVALID_ATTRIBUTES 138
# define X509_R_INVALID_DIRECTORY 113
# define X509_R_INVALID_FIELD_NAME 119
# define X509_R_INVALID_TRUST 123