openharmony_kernel_liteos_a/syscall
pef 78a297fd4e 修复ppoll接口"[ERR]OsMemFree check error!"报错
【背景】
内核中释放用户空间指针报错:"[ERR]OsMemFree check error!"

【修改方案】
修改SysPpoll函数。

【影响】
对现有的产品编译不会有影响。

re #I47YWZ

Change-Id: Id7f86036870d4f32be8fc438b9aad85cdda59546
Signed-off-by: pef <cyd1997@126.com>
2021-10-29 08:14:20 +00:00
..
BUILD.gn feat: add support for gn build system 2021-07-21 15:52:40 +08:00
Makefile refactor: 清理Makefile冗余项 2021-09-13 18:14:15 +08:00
fs_syscall.c 修复ppoll接口"[ERR]OsMemFree check error!"报错 2021-10-29 08:14:20 +00:00
ipc_syscall.c !481 修复mq_close关闭后仍然占用文件描述符的问题 2021-07-31 06:07:35 +00:00
los_syscall.c fix: L1 toybox 命令功能实现 2021-07-20 20:56:35 +08:00
los_syscall.h !664 feat: 支持LOS_TaskJoin 和 LOS_TaskDetach 2021-10-28 08:01:08 +00:00
misc_syscall.c Merge branch 'master' of gitee.com:openharmony/kernel_liteos_a into misc 2021-07-27 01:40:59 +00:00
net_syscall.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
process_syscall.c feat: 支持LOS_TaskJoin 和 LOS_TaskDetach 2021-10-19 14:26:10 +08:00
syscall_lookup.h !664 feat: 支持LOS_TaskJoin 和 LOS_TaskDetach 2021-10-28 08:01:08 +00:00
syscall_pub.c fix: L1 toybox 命令功能实现 2021-07-20 20:56:35 +08:00
syscall_pub.h 修复ppoll接口"[ERR]OsMemFree check error!"报错 2021-10-29 08:14:20 +00:00
time_syscall.c fix: nanosleep 接口的rmtp参数被错误清零 2021-07-23 10:38:05 +08:00
vm_syscall.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00