summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_edit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* main_edit.c: Use strncpy() to eliminate potential buffer overflow.Joel Sherrill2019-03-141-4/+5
* libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns2014-12-011-24/+1
* shell: Include missing headerSebastian Huber2014-11-261-0/+1
* main_edit.c: Do not reference beyond end of arrayJoel Sherrill2014-11-251-0/+5
* shell/main_edit.c: Note return value not checkedJoel Sherrill2014-11-251-1/+1
* cpukit/libmisc/shell/main_edit.c: Fix use after free()Joel Sherrill2014-11-251-0/+8
* shell/main_edit.c: Fix warningsJoel Sherrill2014-11-051-8/+10
* shell: Add an editor to the shell.Chris Johns2014-10-241-0/+2259