Re: [Qemu-devel] [PATCHv3 3/3] seccomp: general fixes

2013-10-09 Thread Paul Moore
On Tuesday, October 08, 2013 09:42:26 PM Eduardo Otubo wrote: > 1) On qemu-seccomp.c:255, the variable ctx was being used > uninitialized; now it's initialized with NULL and it's being checked at > the end of the function. > > 2) Changed the name of the command line option from "enable" to > "sa

[Qemu-devel] [PATCHv3 3/3] seccomp: general fixes

2013-10-08 Thread Eduardo Otubo
1) On qemu-seccomp.c:255, the variable ctx was being used uninitialized; now it's initialized with NULL and it's being checked at the end of the function. 2) Changed the name of the command line option from "enable" to "sandbox" for a better understanding from user side. Signed-off-by: Eduardo

Re: [Qemu-devel] [PATCHv3 3/3] seccomp: general fixes

2013-10-08 Thread Eduardo Otubo
On 09/11/2013 01:56 PM, Corey Bryant wrote: On 09/06/2013 03:21 PM, Eduardo Otubo wrote: 1) On qemu-seccomp.c:255, the variable ctx was being used uninitialized; now it's initialized with NULL and it's being checked at the end of the function. 2) Changed the name of the command line opt

Re: [Qemu-devel] [PATCHv3 3/3] seccomp: general fixes

2013-09-11 Thread Corey Bryant
On 09/06/2013 03:21 PM, Eduardo Otubo wrote: 1) On qemu-seccomp.c:255, the variable ctx was being used uninitialized; now it's initialized with NULL and it's being checked at the end of the function. 2) Changed the name of the command line option from "enable" to "sandbox" for a better und

[Qemu-devel] [PATCHv3 3/3] seccomp: general fixes

2013-09-06 Thread Eduardo Otubo
1) On qemu-seccomp.c:255, the variable ctx was being used uninitialized; now it's initialized with NULL and it's being checked at the end of the function. 2) Changed the name of the command line option from "enable" to "sandbox" for a better understanding from user side. Signed-off-by: Eduardo