commit | 831030d2ca39eefc87dc1f72c4fd0356d7d9ec2d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 19 23:07:50 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 29 22:30:50 2017 -0500 |
tree | 63a78f3fa3ad9577d767fd23e31c67cb7020960d | |
parent | e54b547ab782d9e2c6a73705a9be968766889b94 [diff] |
common: command: tempory buffer should have size of command line buf When copying the command line buffer the target array should at least have the same size. Cf. definition of console_buffer in common/cli_readline.c. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>