Re: [PATCH] ubsan: Remove unused function

2024-03-18 Thread Kees Cook
On Fri, Mar 15, 2024 at 09:53:47AM +0800, Jiapeng Chong wrote: > The function are defined in the test_ubsan.c file, but not called > elsewhere, so delete the unused function. > > lib/test_ubsan.c:137:28: warning: unused variable 'skip_ubsan_array'. > > Reported-by: Abaci Robot > Closes: https://

[PATCH] ubsan: Remove unused function

2024-03-14 Thread Jiapeng Chong
The function are defined in the test_ubsan.c file, but not called elsewhere, so delete the unused function. lib/test_ubsan.c:137:28: warning: unused variable 'skip_ubsan_array'. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8541 Signed-off-by: Jiapeng Chong ---