fb91a48616
Memsan build was reporting a false positive use of uninitialised memory in x509_crt.c on a struct filled by an _stat function call. According to the man pages, the element reported has to be filled in by the call, so to be safe, and keep memsan happy, zero the struct first. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2 lines
73 B
Text
2 lines
73 B
Text
Changes
|
|
* Fix memsan build false positive in x509_crt.c with clang 11
|