Bug 8017 - anolis-8.8 KASAN功能不可用。
Summary: anolis-8.8 KASAN功能不可用。
Status: NEW
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: kernel - anck-5.10 (show other bugs) kernel - anck-5.10
Version: 8.8
Hardware: x86_64 Linux
: P3-Medium S2-major
Target Milestone: ---
Assignee: maqiao_mq
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-23 16:04 UTC by zcl438031693
Modified: 2024-01-24 10:14 UTC (History)
0 users

See Also:


Attachments
图中下面那个函数是有问题的用例。 (104.98 KB, image/png)
2024-01-24 10:14 UTC, zcl438031693
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zcl438031693 2024-01-23 16:04:10 UTC
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:
Comment 1 zcl438031693 2024-01-24 10:14:55 UTC
Created attachment 981 [details]
图中下面那个函数是有问题的用例。