1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 04:19:12 +01:00
Files
u-boot-megous/common/cli_simple.c
Imran Zaman ca7def6003 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>
2015-09-15 15:04:53 -04:00

7.2 KiB