nuttx-apps/system
Xiang Xiao df48f0bb73 system/termcurses: Fix the compiler warning
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>
2022-03-07 00:58:19 +08:00
..
adb system/adb: Download the last version of microADB 2022-03-04 09:00:30 +02:00
argtable3
cdcacm
cfgdata
cle system/cle: Make it work without CONFIG_FILE_STREAM 2021-11-30 22:06:03 -06:00
composite
critmon
cu system/cu: Don't select SERIAL_TERMIOS in Kconfig 2022-02-09 18:36:25 +01:00
dhcpc
dumpstack
embedlog Remove CONFIG_CLOCK_MONOTONIC special code 2022-02-23 01:21:44 +08:00
flash_eraseall
hex2bin
hexed
hostname Check for too many arguments to hostname 2022-01-01 14:54:15 +01:00
i2c
input system/input: add system input cmd tool 2022-01-20 19:47:05 +01:00
libuv process-spawn.c: switch uv_socketpair to uv_pipe 2022-03-04 09:00:30 +02:00
lm75
lzf system/lzf: correct the open mode 2021-12-20 09:12:52 -06:00
mdio
netdb
nsh
ntpc
nxlooper
nxplayer system/nxplayer: Fix the compiler warning 2022-03-07 00:58:19 +08:00
nxrecorder
ping
ping6
popen
psmq
ramtest
readline Fix readline_common.c:277:19: error: 'strncpy' destination unchanged after copying no bytes 2022-03-06 00:40:06 +08:00
sched_note note main: system/sched_note add output of string and binary 2022-01-04 20:53:08 +08:00
setlogmask
spi
stackmonitor
system
taskset
tee
telnet
termcurses system/termcurses: Fix the compiler warning 2022-03-07 00:58:19 +08:00
trace apps/trace: add switch and dump instrumentation 2022-02-24 10:23:50 -03:00
ubloxmodem
uniqueid system/uniqueid: Add a tool to get the board uniqueid 2022-01-22 22:48:23 +08:00
usbmsc Fix boarctl typos 2022-01-16 08:07:47 +01:00
vi
zmodem Typo fixes. 2022-01-06 10:30:41 +08:00
.gitignore
Make.defs
Makefile