acrn-hypervisor/hypervisor/debug
Yifan Luo f65ba2154f HV: shell: fix temp_str out of bounds buffer access
String buffer temp_str is defined with size TEMP_STR_SIZE(60U) but accessed with MAX_STR_SIZE(256U). Better to limit the access bound to TEMP_STR_SIZE to prevent potential issue.

Tracked-On: #3549
Signed-off-by: Yifan Luo <luoyifan@cmss.chinamobile.com>
2019-08-09 10:26:38 +08:00
..
console.c hv: mmu: add hpa2hva_early API for earlt boot 2019-07-26 09:10:06 +08:00
dbg_cmd.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
dump.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
hypercall.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
logmsg.c HV: fix sbuf "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
Makefile hv:fix a bug for building debug/release lib 2019-06-26 15:22:57 +08:00
npk_log.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
printf.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
profiling.c HV: fix sbuf "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
sbuf.c HV: fix sbuf "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
shell_priv.h HV: Debug: Add version command 2019-06-24 18:52:18 +08:00
shell.c HV: shell: fix temp_str out of bounds buffer access 2019-08-09 10:26:38 +08:00
string.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
trace.c HV: fix sbuf "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
uart16550.c hv: mmu: add hpa2hva_early API for earlt boot 2019-07-26 09:10:06 +08:00