Description of problem: anolis-8.8 KASAN功能不可用。 Version-Release number of selected component (if applicable): anolis-8.8 How reproducible: Steps to Reproduce: 1.打开KASAN编译选项,编译内核并替换。 2.写一个测试代码,申请内存小于4K,并越界访问。 3.发现KASAN并没有报错。 Actual results: KASAN并没有报错。 Expected results: KASAN有报错。 Additional info:
Created attachment 981 [details] 图中下面那个函数是有问题的用例。