Skip to content

Changes

Started 6 yr 5 mo ago
Took 13 min on built-in

Summary

  1. top: use termios instead of termio (commit: 1861c11) (details)
Commit 1861c11e3f31d5279f3a98ded7c2917d1aade50e by Aurélien Larcher
top: use termios instead of termio
termio is using 8 control chars and we end up reading past array end.
Since termios is preferred interface, use it instead.
(commit: 1861c11)
The file was modifiedcomponents/sysutils/top/Makefile (diff)
The file was addedcomponents/sysutils/top/patches/11.termios.patch