openssl/crypto/pem
Matt Caswell a07dc8167b Fix instances of pointer addition with the NULL pointer
Addition using the NULL pointer (even when adding 0) is undefined
behaviour. Recent versions of ubsan are now complaining about this, so
we fix various instances.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13513)
2020-11-30 10:37:14 +00:00
..
build.info
pem_all.c Deprecate RSA harder 2020-11-18 23:38:34 +01:00
pem_err.c ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
pem_info.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
pem_lib.c Fix instances of pointer addition with the NULL pointer 2020-11-30 10:37:14 +00:00
pem_local.h Deprecate RSA harder 2020-11-18 23:38:34 +01:00
pem_oth.c Update copyright year 2020-11-26 14:18:57 +00:00
pem_pk8.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
pem_pkey.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
pem_sign.c Update copyright year 2020-11-26 14:18:57 +00:00
pem_x509.c
pem_xaux.c
pvkfmt.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00