Files
vpp/src/vlib/unix
Chris Luke 5022c6ce34 Fix 'terminal history off' crasher
- 'set terminal history off' or '... limit 0' has an incorrect
  terminal condition and tries to vec_delete one-too-many times
  causing a crash.
- Changing >= to > fixes this.
- In any case, a single vec_delete is more efficient, so do that
  instead.

Change-Id: Ia0db63b6c5c7891d75b302e793b4e4985dd86ebb
Signed-off-by: Chris Luke <chrisy@flirble.org>
2019-05-17 10:28:34 -04:00
..
2019-05-17 10:28:34 -04:00
2019-05-16 16:11:23 +00:00
2019-05-16 16:11:23 +00:00
2019-02-09 23:29:26 +01:00