openssl/providers
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
..
common Update copyright year 2020-11-26 14:18:57 +00:00
fips prov: move the entropy source out of the FIPS provider 2020-11-20 08:24:21 +10:00
implementations Fix instances of pointer addition with the NULL pointer 2020-11-30 10:37:14 +00:00
baseprov.c PROV: Re-implement all the keypair encoders 2020-11-11 12:43:27 +01:00
build.info
decoders.inc PROV: Re-implement all the keypair decoders 2020-11-11 11:42:06 +01:00
defltprov.c prov: move the entropy source out of the FIPS provider 2020-11-20 08:24:21 +10:00
encoders.inc PROV: Re-implement all the keypair encoders 2020-11-11 12:43:27 +01:00
legacyprov.c
nullprov.c null prov: fix gettable param array type. 2020-10-16 10:33:38 +10:00
prov_running.c
stores.inc