]> git.ipfire.org Git - thirdparty/lxc.git/commit
Avoid null pointer dereference when using shared rootfs.
authorSteven Galgano <sgalgano@adjacentlink.com>
Mon, 14 Oct 2024 19:16:36 +0000 (15:16 -0400)
committerStéphane Graber <stgraber@stgraber.org>
Wed, 4 Dec 2024 21:37:57 +0000 (16:37 -0500)
commitf7681840a36e14ed141efc00029a5fb92fcfb10e
tree327784a0b2f8b3a95b6fd30b23fe37192109e478
parent27f02b8c83ed9fdc70013c2d798d3fa11b72980d
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