numam-dpdk/examples/fips_validation
Stephen Hemminger 06c047b680 remove unnecessary null checks
Functions like free, rte_free, and rte_mempool_free
already handle NULL pointer so the checks here are not necessary.

Remove redundant NULL pointer checks before free functions
found by nullfree.cocci

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2022-02-12 12:07:48 +01:00
..
fips_dev_self_test.c remove unnecessary null checks 2022-02-12 12:07:48 +01:00
fips_dev_self_test.h examples/fips_validation: add power on self test 2019-01-10 16:57:22 +01:00
fips_validation_aes.c replace unused attributes 2020-04-16 18:30:58 +02:00
fips_validation_ccm.c examples/fips_validation: support CCM parsing 2018-11-02 12:26:06 +01:00
fips_validation_cmac.c examples/fips_validation: support CMAC parsing 2018-11-02 12:26:06 +01:00
fips_validation_gcm.c fips_validation: fix GCM test 2020-11-02 09:24:41 +01:00
fips_validation_hmac.c replace unused attributes 2020-04-16 18:30:58 +02:00
fips_validation_sha.c replace unused attributes 2020-04-16 18:30:58 +02:00
fips_validation_tdes.c examples/fips_validation: fix TDES interim callback 2020-07-18 23:09:01 +02:00
fips_validation_xts.c examples/fips_validation: support AES XTS 2020-02-05 15:20:51 +01:00
fips_validation.c remove unnecessary null checks 2022-02-12 12:07:48 +01:00
fips_validation.h examples/fips_validation: enhance getopt_long usage 2021-03-23 12:48:11 +01:00
main.c remove unnecessary null checks 2022-02-12 12:07:48 +01:00
Makefile examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
meson.build examples: reduce indentation in build files 2021-04-21 14:04:09 +02:00