[Aboriginal] Oy I am behind.

Denys Vlasenko vda.linux at googlemail.com
Mon Oct 12 16:48:20 PDT 2015


On Wed, Aug 26, 2015 at 9:40 AM, Rob Landley <rob at landley.net> wrote:
> And that's on top of the nommu support stuff I've been doing for $DAYJOB...

Rob, please note that hush had a nommu bug discovered recently.

Testcase is a bit convoluted:

func()
{
       while read p; do echo "$p"; done
}
pipe_to_func()
{
       # We had a NOMMU bug which caused "echo Ok |" part to be lost
       echo Ok | func
}
pipe_to_func | cat
echo $?

And also, there is an embarrassing simple bug: "umask N"
actually sets umask ~N.

I released busybox-1.24.0 with both fixed.


More information about the Aboriginal mailing list