]> git.ipfire.org Git - thirdparty/lxc.git/commit
confile: be stricter in config helpers
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 26 Mar 2021 14:08:03 +0000 (15:08 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 29 Mar 2021 15:00:37 +0000 (17:00 +0200)
commitb4d341d7ca328830fa4919ee6782852dc3335d7e
tree66d10146afff8a0bcde635c1fca182261702bb10
parentf04892685f3140e17909122afa09f657cbf512bc
confile: be stricter in config helpers

We never call these helper without an initialized config afaict but
since we're now exposing these two functions to oss-fuzz directly in a
way we never do to users so let's be stricter about it.

Inspired-by: #3733
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/confile.c