Re: [hackers] [sbase] [PATCH] find: Fix unterminated array

2015-06-15 Thread Evan Gates
On Mon, Jun 15, 2015 at 9:28 AM, Evan Gates wrote: > On Sat, Jun 13, 2015 at 10:42 PM, Wolfgang Corcoran-Mathe > wrote: >> This caused a segfault with semicolon-terminated -exec primaries. > > good catch, needs to be done in get_ok_arg() as well, not currently > somewhere I can do that, mind addi

Re: [hackers] [sbase] [PATCH] find: Fix unterminated array

2015-06-15 Thread Evan Gates
On Sat, Jun 13, 2015 at 10:42 PM, Wolfgang Corcoran-Mathe wrote: > This caused a segfault with semicolon-terminated -exec primaries. good catch, needs to be done in get_ok_arg() as well, not currently somewhere I can do that, mind adding another patch? -emg

[hackers] [sbase] [PATCH] find: Fix unterminated array

2015-06-13 Thread Wolfgang Corcoran-Mathe
This caused a segfault with semicolon-terminated -exec primaries. --- find.c | 1 + 1 file changed, 1 insertion(+) diff --git a/find.c b/find.c index dcefca5..dedf5a1 100644 --- a/find.c +++ b/find.c @@ -607,6 +607,7 @@ get_exec_arg(char *argv[], union extra *extra) for (arg = arg