Skip to content

fix potential null pointer dereference.

wangzhiqiang requested to merge foolstrong/cryptsetup:main into main

I used fault injection to test the software and built memory faults, then i got some coredumps, mostly null pointer dereferences due to insufficient memory, so I check null pointer where possible problems occurred.

backtrace.txt

Signed-off-by: wangzhiqiang wangzhiqiang95@huawei.com

Merge request reports