]> git.proxmox.com Git - mirror_lxc.git/commit
conf: check for successful mount entry parse
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 27 Jan 2019 01:22:43 +0000 (02:22 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 27 Jan 2019 10:46:36 +0000 (11:46 +0100)
commit9d03d85733c2e2d7b57d731f0275aa076187ca13
treeaefae8098996271519910ce07791db80cc910d1e
parent3309e10c31b04499ceec22353162b09cbf5aa109
conf: check for successful mount entry parse

Since liblxc is completely in control of the mount entry file we should
only consider a parse successful when EOF is reached.

Closes #2798.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.c