RE: [EXT] [PATCH 0/2] remove unnecessary null checks in OpenSSL usage

2023-11-09 Thread Akhil Goyal
> OpenSSL follows null free conventions > > Stephen Hemminger (2): > nullfree: add matches for null free cases from OpenSSL > crypto/openssl: remove unnecessary NULL checks before free > > devtools/cocci/nullfree.cocci| 9 + > drivers/crypto/openssl/rte_openssl_pmd.c

[PATCH 0/2] remove unnecessary null checks in OpenSSL usage

2023-11-02 Thread Stephen Hemminger
OpenSSL follows null free conventions Stephen Hemminger (2): nullfree: add matches for null free cases from OpenSSL crypto/openssl: remove unnecessary NULL checks before free devtools/cocci/nullfree.cocci| 9 + drivers/crypto/openssl/rte_openssl_pmd.c | 36 +++---