commit | 066ecbf1bab095fb88ea1fe9f2f74b44f083123d | [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 | 60ea26e46c5938aa1831497b8d249b5c5a2601d4 [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>