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 argtable3: Workaroud a clang warning 2021-06-17 07:21:52 +02:00
cdcacm Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 11:04:35 +02:00
cfgdata system: nxstyle fixes 2021-06-11 02:42:05 -05:00
cle system/cle: Make it work without CONFIG_FILE_STREAM 2021-11-30 22:06:03 -06:00
composite Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 11:04:35 +02:00
critmon system/critmon: add thread run time support 2021-07-03 01:51:29 -05:00
cu system/cu: Don't select SERIAL_TERMIOS in Kconfig 2022-02-09 18:36:25 +01:00
dhcpc system: nxstyle fixes 2021-06-11 02:42:05 -05:00
dumpstack system/dumpstack: add dump stack tool support 2021-08-01 23:56:36 -07:00
embedlog Remove CONFIG_CLOCK_MONOTONIC special code 2022-02-23 01:21:44 +08:00
flash_eraseall system: nxstyle fixes 2021-06-11 02:42:05 -05:00
hex2bin Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 16:42:32 +02:00
hexed Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
hostname Check for too many arguments to hostname 2022-01-01 14:54:15 +01:00
i2c system: nxstyle fixes 2021-06-11 02:42:05 -05:00
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 system: update licenses to Apache 2021-06-11 02:42:05 -05:00
lzf system/lzf: correct the open mode 2021-12-20 09:12:52 -06:00
mdio system: nxstyle fixes 2021-06-11 02:42:05 -05:00
netdb system: nxstyle fixes 2021-06-11 02:42:05 -05:00
nsh Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 11:04:35 +02:00
ntpc system: fix relative path CI error 2021-06-16 09:03:06 -05:00
nxlooper system/nxlooper: Fix the following compiler warning 2021-07-10 07:45:42 -03:00
nxplayer system/nxplayer: Fix the compiler warning 2022-03-07 00:58:19 +08:00
nxrecorder Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
ping system/ping[6]: correct the ping return value 2021-06-22 10:28:21 -03:00
ping6 system/ping[6]: correct the ping return value 2021-06-22 10:28:21 -03:00
popen Call posix_spawn with filename as the first argv entry 2021-06-14 07:12:54 -06:00
psmq system/psmq: update to v0.2.1 2021-05-23 23:57:25 +01:00
ramtest system: update licenses to Apache 2021-06-11 02:42:05 -05:00
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 Include debug.h for xerr/xinfo/xwarn caller 2021-05-24 12:33:17 +09:00
spi system: nxstyle fixes 2021-06-11 02:42:05 -05:00
stackmonitor system: nxstyle fixes 2021-06-11 02:42:05 -05:00
system Call posix_spawn with filename as the first argv entry 2021-06-14 07:12:54 -06:00
taskset Include assert.h for DEBUGASSERT caller 2021-05-24 12:34:37 +09:00
tee Makefile: Uros Platise: update licenses to Apache 2021-06-07 21:35:33 -05:00
telnet Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
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 Include debug.h for xerr/xinfo/xwarn caller 2021-05-24 19:52:54 +09:00
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 system: update licenses to Apache 2021-06-11 02:42:05 -05:00
zmodem Typo fixes. 2022-01-06 10:30:41 +08:00
.gitignore
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00