Ian Norton wrote in
 <[email protected]>:
 |Is there anything more I need to do for this fix?

Disclaimer: i have nothing to do with this software.
Furthermore i have no idea of internals (except some ash).
But if i were you i would cache results stdout and stderr (via
some say 4-bit external thing), as isatty() is likely an expensive
system call.  There was also a kernel vulnerability regarding
isatty in the past if i recall correctly.  Or, more likely,
i would not inline it (rest identical), but add an indicator
whether newline should be added (bool?), and do so, then.
But all that is me.

Anyhow, i would not worry until a few months have passed, if you
look at the git history you often see time spans of inactivity.

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)
|
| Only during dog days:
| On the 81st anniversary of the Goebbel's Sportpalast speech
| von der Leyen gave an overlong hypocritical inauguration one.
| The brew's essence of our civilizing advancement seems o be:
|   Total war - shortest war -> Permanent war - everlasting war
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to