u-boot-brain/arch/sandbox/cpu
Tom Rini ab971e192a sandbox: eth-raw-os.c: Ensure that our interface name is not too long
Coverity notes that we do not ensure when we copy ifname we still have
space left to ensure NULL termination.  As cannot control the size of
ifr_name we must make sure that our argument will not overflow the
buffer.

Reported-by: Coverity (CID 131094)
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-01-12 10:19:09 -07:00
..
cpu.c sandbox: Add a way to skip time delays 2015-11-19 20:27:50 -07:00
eth-raw-os.c sandbox: eth-raw-os.c: Ensure that our interface name is not too long 2016-01-12 10:19:09 -07:00
Makefile sandbox: eth: Add a bridge to a real network for sandbox 2015-04-18 11:11:13 -06:00
os.c sandbox: Tidy up terminal restore 2015-06-04 03:34:47 -06:00
sdl.c sandbox: Add SDL library for LCD, keyboard, audio 2014-03-17 20:05:48 -06:00
start.c test: Record and silence console in tests 2015-11-19 20:27:51 -07:00
state.c sandbox: Add a way to skip time delays 2015-11-19 20:27:50 -07:00
u-boot.lds Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00