summaryrefslogtreecommitdiffstats
path: root/include
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:15:44 +1000
commita48cd0c5b9fef42321fc16ea6a40c30c0e1712d4 (patch)
tree75315556a349e970072f9d5df77d60c00dad4b1d /include
parent7b031c206228ae1f48bdd9e271fc101f91f817e1 (diff)
Avoid NULL pointer dereference. Fixes #9043.
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9059) (cherry picked from commit 9fd6f7d1cd2a3c8e2bc69dcb8bde8406eb6c2623)
Diffstat (limited to 'include')
-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 7d9622c491..0273853172 100644
--- a/include/openssl/x509err.h
+++ b/include/openssl/x509err.h
@@ -97,6 +97,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