More insane patch behavior.

Cathey, Jim jcathey at ciena.com
Tue Aug 24 19:14:43 UTC 2010


>busybox used to modify the arguments that showed in ps, but I 
>suppose it went out of its way to do so at the time.
>(I just did a quick test program and writing to argv[0] didn't do it.

We're doing this.  You don't overwrite argv[0], you overwrite
*argv[0] and its neighbors!  (Don't go too far!)

-- Jim



More information about the busybox mailing list