anchao opened a new pull request, #7781: URL: https://github.com/apache/nuttx/pull/7781
## Summary mm/ubsan: fix build warning ``` ubsan/ubsan.c: In function ‘get_signed_val’: ubsan/ubsan.c:162:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 162 | uint64_t ret = (uint64_t)val & mask; | ``` Signed-off-by: chao an <anc...@xiaomi.com> ## Impact N/A ## Testing ci check -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org