]> git.ipfire.org Git - thirdparty/lxc.git/commit
confile: be stricter in config helpers 3734/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 26 Mar 2021 14:08:03 +0000 (15:08 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 26 Mar 2021 14:11:08 +0000 (15:11 +0100)
commitd60ba56821985618bfe90a84b6c6c80ba1019402
treee674bff04c00d086c72d9a58230051a022c384af
parent0912bf6b77c5dd8c62c454e84d7c4c1dc861cdbc
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