commit | ca7def6003d376eb50547c468167e10cb5c2b835 | [log] [tgz] |
---|---|---|
author | Imran Zaman <imran.zaman@intel.com> | Mon Sep 07 11:24:08 2015 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 15 15:04:53 2015 -0400 |
tree | c138d03e0bd7e99cfe9cb022fa598c5000dbbc2f | |
parent | f458c8dac463d0a6037d4ecdbe59f07c4df34ad4 [diff] |
cli_simple.c: fix possible overflow when copying the string Bigger source buffer than dest buffer could overflow when copying strings. Source and destination buffer sizes are same now. Signed-off-by: Imran Zaman <imran.zaman@intel.com>