]> git.proxmox.com Git - mirror_lxc.git/commit
Allocate cmd string with alloca instead of malloc, close popen handle if fgets fails.
authorSidnei da Silva <sidnei.da.silva@canonical.com>
Fri, 18 Oct 2013 19:35:55 +0000 (16:35 -0300)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 18 Oct 2013 19:43:03 +0000 (14:43 -0500)
commit55a204f9f4696dc5fca65ddebde3568ee030246d
tree7dbe346b3011cda3e1289f0e3e7d988d66b0ff20
parent62c70ee2c1b49e7ecd2bfe156a66cbcfc5ecb502
Allocate cmd string with alloca instead of malloc, close popen handle if fgets fails.
src/lxc/bdev.c