Oopenvela-robotfix compile error
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
gdbstub: avoid sanitize functions to read/write memory 1. GDB stub can access any memory without restriction. 2. Since memcpy is manually sanitized in arch_libc.c that can't be controlled by compile flags for lib_gdbstub.c, we need to use gdb_memcpy in stead of memcpy. 3. running_regs could return NULL in exception_direct, check and avoid acessing NULL pointer. Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> | 2 个月前 | |
libs/libc: Fix Kconfig tab take place of blank Usb tab take the place of blank Signed-off-by: jiangtao16 <jiangtao16@xiaomi.com> | 2 个月前 | |
gdbstub: avoid sanitize functions to read/write memory 1. GDB stub can access any memory without restriction. 2. Since memcpy is manually sanitized in arch_libc.c that can't be controlled by compile flags for lib_gdbstub.c, we need to use gdb_memcpy in stead of memcpy. 3. running_regs could return NULL in exception_direct, check and avoid acessing NULL pointer. Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> | 2 个月前 | |
fix compile error Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 |