]> diplodocus.org Git - nmh/history - test/runpty.c
Fix invalid pointer arithmetic.
[nmh] / test / runpty.c
2017-09-22 Ralph Corderoyrunpty.c: Move child slave code into new run_command().
2017-09-22 Ralph Corderoyrunpty.c: Handle fork(2) failure first, rather than...
2017-09-22 Ralph Corderoyrunpty.c: Factor duplicate code into new open_master_pty().
2017-09-22 Ralph Corderoyrunpty.c: Replace fprintf()+exit() pairs with new die().
2017-05-25 Ralph Corderoytest/runpty.c: Add more detail to "timed out" message.
2017-05-20 Ralph Corderoytest/runpty.c: Add missing exit(3) after child fails...
2017-05-18 Ken HornsteinAfter further reflection, I decided I didn't like that...
2017-05-18 Ken HornsteinApparently on Linux if a slave pty is closed, instead...
2017-05-18 Ken HornsteinSwitch from using script(1) to a new custom utility...