summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/shell/main_edit.c (follow)
AgeCommit message (Expand)Author
2020-10-15shell/main_edit.c: Fix string truncation warningFrank Kühndel
2020-10-15shell/main_edit.c: Fix use of wrong constantFrank Kühndel
2019-03-14main_edit.c: Use strncpy() to eliminate potential buffer overflow.Joel Sherrill
2014-12-01libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns
2014-11-26shell: Include missing headerSebastian Huber
2014-11-25main_edit.c: Do not reference beyond end of arrayJoel Sherrill
2014-11-25shell/main_edit.c: Note return value not checkedJoel Sherrill
2014-11-25cpukit/libmisc/shell/main_edit.c: Fix use after free()Joel Sherrill
2014-11-05shell/main_edit.c: Fix warningsJoel Sherrill
2014-10-24shell: Add an editor to the shell.Chris Johns