df48f0bb73
tcurses_vt100.c: In function 'tcurses_vt100_move': Error: tcurses_vt100.c:121:48: error: '%d' directive writing between 1 and 11 bytes into a region of size between 2 and 12 [-Werror=format-overflow=] 121 | static const char *g_movecurs = "\033[%d;%dH"; /* Move cursor to x,y */ | ^~ tcurses_vt100.c:121:39: note: directive argument in the range [-2147483647, 2147483647] 121 | static const char *g_movecurs = "\033[%d;%dH"; /* Move cursor to x,y */ | ^~~~~~~~~~~~~ tcurses_vt100.c:795:9: note: 'sprintf' output between 7 and 27 bytes into a destination of size 16 795 | sprintf(str, g_movecurs, row + 1, col + 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> |
||
---|---|---|
.. | ||
adb | ||
argtable3 | ||
cdcacm | ||
cfgdata | ||
cle | ||
composite | ||
critmon | ||
cu | ||
dhcpc | ||
dumpstack | ||
embedlog | ||
flash_eraseall | ||
hex2bin | ||
hexed | ||
hostname | ||
i2c | ||
input | ||
libuv | ||
lm75 | ||
lzf | ||
mdio | ||
netdb | ||
nsh | ||
ntpc | ||
nxlooper | ||
nxplayer | ||
nxrecorder | ||
ping | ||
ping6 | ||
popen | ||
psmq | ||
ramtest | ||
readline | ||
sched_note | ||
setlogmask | ||
spi | ||
stackmonitor | ||
system | ||
taskset | ||
tee | ||
telnet | ||
termcurses | ||
trace | ||
ubloxmodem | ||
uniqueid | ||
usbmsc | ||
vi | ||
zmodem | ||
.gitignore | ||
Make.defs | ||
Makefile |