]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: Fix possible segfault in check_no_platform()
authorMateusz Grzonka <mateusz.grzonka@intel.com>
Wed, 5 Jul 2023 14:34:56 +0000 (16:34 +0200)
committerJes Sorensen <jes@trained-monkey.org>
Mon, 7 Aug 2023 21:01:54 +0000 (17:01 -0400)
commitcf1577bf54afe76b77ecaa62df25901739ca8ae9
treed7c53803a9166ce6333bbc8792a33f5fbf2fbffc
parent75350d87c86001c47076e1f62478079bdc072223
imsm: Fix possible segfault in check_no_platform()

conf_line() may return NULL, which is not handled and might cause
segfault.

Signed-off-by: Mateusz Grzonka <mateusz.grzonka@intel.com>
Signed-off-by: Jes Sorensen <jes@trained-monkey.org>
super-intel.c