In busybox, chgrp.c, `parse_modes', there's a `strtol' on line 71 that is parsing the number as base 10. Shouldn't it read the number as octal? ^^^^^^^ make that chmod.c, not chgrp.c.