]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(auth): use NULL instead of 0 for pointer check
authorYann Gautier <yann.gautier@st.com>
Fri, 6 Jan 2023 10:47:26 +0000 (11:47 +0100)
committerYann Gautier <yann.gautier@st.com>
Tue, 10 Jan 2023 17:59:58 +0000 (18:59 +0100)
commit654b65b36d60a9c08e1d0cd88b35cd7bc2c813af
treefa7ab3cef0068d88f9b4df64e7f791748dff9bb7
parent06d223cb4f54543299b96d40a682e33f9147e192
fix(auth): use NULL instead of 0 for pointer check

This was triggered by sparse tool:
drivers/auth/mbedtls/mbedtls_x509_parser.c:481:42: warning:
 Using plain integer as NULL pointer

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I392316c2a81ef8da7597e35f136e038f152d19d1
drivers/auth/mbedtls/mbedtls_x509_parser.c