Perhaps the maintainers of GNU utilities should follow the security vulnerabilities fixed by the BSDs, and treat those as if they are security vulnerabilities in the GNU implementation too unless proven otherwise.
The argument seems vaguely interesting but it is basically a popularization of an academic article that is linked-to but turns out to be behind a paywall, which makes the whole exercise rather useless.
You can find it on google scholar: https://scholar.google.co.uk/scholar?hl=en&as_sdt=0%2C5&q=the+lambda+and+the+kappa&btnG=&oq=the+la
An alternative to the
pseudo-tty-pipeprogram would bestdbuf -oL, it uses LD_PRELOAD instead of creating a new pty and then callssetvbufto change the buffering mode of standard streams. Not a very elegant way, but it works.