openharmony_kernel_liteos_a/kernel/base
Haryslee 30f5ab89b7 fix: 修复内核堆完整性检查逻辑中访问非法指针导致系统异常问题。
内存完整性校验原有逻辑中当检测到非零异常指针后仍继续访问异常指针
next的内存域导致系统异常。
本次修改后的逻辑为:检测到非零异常指针后直接退出循环,将异常指针
的相关信息输出即可,增加了goto逻辑。对原有功能逻辑无影响。

close #I3VJZT

Change-Id: I5be06a552cf9fd74d8bd78f5cdf04db06eab4f76
Signed-off-by: Haryslee <lihao189@huawei.com>
2021-06-22 09:54:31 +08:00
..
core chore: rename function OsCreateUserVmSpace 2021-06-16 15:00:53 +08:00
include chore: rename function OsCreateUserVmSpace 2021-06-16 15:00:53 +08:00
ipc chore: fix typos 2021-06-16 14:52:06 +08:00
mem fix: 修复内核堆完整性检查逻辑中访问非法指针导致系统异常问题。 2021-06-22 09:54:31 +08:00
misc fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
mp refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
om remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
sched/sched_sq fix: fix function name OsSchedSetIdleTaskSchedParam 2021-05-18 09:02:48 +08:00
vm fix: 修复内核堆完整性检查逻辑中访问非法指针导致系统异常问题。 2021-06-22 09:54:31 +08:00
BUILD.gn remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
Makefile remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00