]> git.ipfire.org Git - thirdparty/lxc.git/commit
seccomp: leak fixup 2350/head
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 25 May 2018 06:42:01 +0000 (08:42 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 25 May 2018 06:58:30 +0000 (08:58 +0200)
commit97a9b25848e9f2f15e6c01f4757cb33965856908
tree4ef54e82f891a57ef01deff034cd7ef9e233a98a
parent1269738063a48605a97274d9a5fc3a3a21ad5f63
seccomp: leak fixup

Fix an error case not free()ing the line forgotten during
the move from fgets() on a static buffer to using getline.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Fixes: ccf8d128e430 ("seccomp: parse_config_v1()")
src/lxc/seccomp.c