kernel_liteos_a/kernel
zhushengle 7ab0e7d690 fixed 1157c4a from https://gitee.com/zhushengle/kernel_liteos_a/pulls/427
fix : futex requeue机制中,头节点的queueList 为NULL, 导致系统异常

    queuelist中的普通节点在调整为futexList的节点时,
未校验其queueList的有效性,导致queueList未初始化,
出现访问空指针;且在从旧链表迁移节点到新链表时,
节点从旧链表删除之后又插入到另一个链表中,导致对
旧链表的为NULL判断出错。

Close #I4024F

Change-Id: I506a10fc5740ce16e682c2c419b9d92a82000b86
Signed-off-by: zhushengle <zhushengle@huawei.com>
2021-07-15 09:58:28 +08:00
..
base fixed 1157c4a from https://gitee.com/zhushengle/kernel_liteos_a/pulls/427 2021-07-15 09:58:28 +08:00
common fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
extended fixed 7de43bb from https://gitee.com/zhushengle/kernel_liteos_a/pulls/371 2021-06-29 17:11:32 +08:00
include fix: remove redundant headfile 2021-06-19 17:32:47 +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