]> git.ipfire.org Git - thirdparty/lxc.git/commit
Avoid null pointer dereference when using shared rootfs. 4488/head
authorSteven Galgano <sgalgano@adjacentlink.com>
Mon, 14 Oct 2024 19:16:36 +0000 (15:16 -0400)
committerSteven Galgano <sgalgano@adjacentlink.com>
Mon, 14 Oct 2024 19:30:57 +0000 (15:30 -0400)
commitd5c2d1efff92b2b992f10b29bd459a4b07875025
tree414ecaddf34024325f890a1313641915f6d34fb9
parent0fdc055e743852c11bc1b83a0a725a6ca52b3dc4
Avoid null pointer dereference when using shared rootfs.
rootfs->storage not set by lxc_storage_prepare when using a shared
rootfs.

Fixes: https://github.com/lxc/lxc/issues/4476
Signed-off-by: Steven Galgano <sgalgano@adjacentlink.com>
src/lxc/conf.c