pablo-lamtenzan / miniShell

Implementing (most of) Bash from scracth, supports term-caps, expansion, job control and conditionals.
0 stars 0 forks source link

Non termcaps version ctrls bugs #26

Open pablo-lamtenzan opened 3 years ago

pablo-lamtenzan commented 3 years ago

1) ctrl^\ ---> not removebale character 2) ctrl^C ---> heap use after free (or segfualt not sure who was but an issue) 2) Ctrl^Z ----> line is lost