]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/network.c
network.c:is_wlan() File Leak f
authorWim Coekaerts <wim.coekaerts@oracle.com>
Tue, 29 Dec 2015 06:23:47 +0000 (22:23 -0800)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 4 Jan 2016 17:53:00 +0000 (12:53 -0500)
commitee54ea9a28ba2314f86d07a9e080549f90454e02
treef5f5ad26301d6e4be9ebf39a2a49b110695e3363
parenta90277dfb5eb09ce78cc7cef43b6c7b38e1bbf0f
network.c:is_wlan() File Leak f

network.c:is_wlan() File Leak f f initialized at line 156 with fopen f
leaks when fopen(path, r) != NULL at line 156 and physname == NULL at
line 163.

Signed-off-by: Wim Coekaerts <wim.coekaerts@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/network.c