openharmony_kernel_liteos_a/kernel
Haryslee 9db3407589 feat: 基于汇编实现内核对用户态内存清零的功能
背景:LOS_UserMemClear接口原有实现是通过在内核中
申请一块堆内存并对其清零,调用copy_to_user来达到
对用户态内存清零的目的,需要使用堆内存。
修改方案:基于汇编实现内核对用户态内存清零的功能。

close #I3XXT0

Change-Id: I27cb1e45559cb75a9b330799fe427abd54f51c15
Signed-off-by: Haryslee <lihao189@huawei.com>
2021-06-26 15:31:42 +08:00
..
base !323 fix: 修复内核堆完整性检查逻辑中访问非法指针导致系统异常问题。 2021-06-24 06:45:45 +00:00
common fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
extended feat: 基于汇编实现内核对用户态内存清零的功能 2021-06-26 15:31:42 +08:00
include feat: add /proc/fd file to dump the pid/fd/path information 2021-06-22 17:27:25 +08:00
user remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
BUILD.gn remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
Kconfig remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00