u-boot-brain/tools/easylogo
Heinrich Schuchardt cd1db46353 easylogo: avoid buffer overrun
Building easylogo with `HOST_TOOLS_ALL=y make tools` results in a build
warning due to a possible buffer overrun:

tools/easylogo/easylogo.c:453:4: note: ‘sprintf’ output between 7 and
262 bytes into a destination of size 256
    sprintf (str, "%s, 0x%02x", app, *dataptr++);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Truncate the output to fit into the destination buffer.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2019-08-20 12:20:33 -04:00
..
easylogo.c easylogo: avoid buffer overrun 2019-08-20 12:20:33 -04:00
linux_blackfin.tga add the default Blackfin logo used by Blackfin boards with splash screens 2008-02-04 19:26:54 -05:00
linux_logo.tga Initial revision 2000-10-14 23:05:38 +00:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
runme.sh Initial revision 2002-11-03 00:07:02 +00:00