mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 12:08:16 +00:00
libc/misc: do not sanitize backtrace_format
We could call backtrace from mm module and access to kasan protected mm_node.backtrace field. Disable kasan check for backtrace_format. Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
This commit is contained in:
parent
2275138dcf
commit
370eefb491
1 changed files with 1 additions and 0 deletions
|
|
@ -459,6 +459,7 @@ void backtrace_symbols_fd(FAR void *const *buffer, int size, int fd)
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
nosanitize_address
|
||||
int backtrace_format(FAR char *buffer, int size,
|
||||
FAR void *backtrace[], int depth)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue