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
first.lord.of.t...@gmail.com 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



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 evan.ga...@gmail.com wrote:
 On Sat, Jun 13, 2015 at 10:42 PM, Wolfgang Corcoran-Mathe
 first.lord.of.t...@gmail.com 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

I'd recommend checking the isplus branch as well. If I screwed up the
semicolon case chances are I screwed up the plus case, too.
-emg