Tony Kimball writes:
> : Imagine this:
> : 
> : $ file /tmp/test.sh
> : /tmp/test.sh: a /tmp/test.sh script text
> : $ /tmp/test.sh
> 
> Won't this just fail when the recursion level is such that
> the command length exceeds stringspace?
> 
> Ah, I see the difference:
>                       /*
>                        * Copy to end of token. No need to watch stringspace
>                        *      because this is at the front of the string 
> buffer
>                        *      and the maximum shell command length is tiny.
>                        */
> 
> Very bogus.

So file a PR, preferably with patches.. :-) Seriously, it's good
to take note of little things like this..

-Archie

___________________________________________________________________________
Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to