openharmony_kernel_liteos_a/kernel/base/ipc
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
..
los_event.c chore: fix typos 2021-06-16 14:52:06 +08:00
los_futex.c fixed 1157c4a from https://gitee.com/zhushengle/kernel_liteos_a/pulls/427 2021-07-15 09:58:28 +08:00
los_ipcdebug.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_mux.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_queue.c fix:fix queuePosition typo 2021-05-19 14:05:28 +08:00
los_queue_debug.c Remove redundant macro definition(OFFSET_OF_FIELD) 2021-05-19 11:20:09 +08:00
los_rwlock.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_sem.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_sem_debug.c Remove redundant macro definition(OFFSET_OF_FIELD) 2021-05-19 11:20:09 +08:00
los_signal.c fix: 解决kill进程时无法保证进程的已持有的内核资源合理释放. 2021-05-24 14:29:37 +08:00