waitpid: CRITICAL BUGFIX. Add a reference counting mechansim to prevent wait...
waitpid: CRITICAL BUGFIX. Add a reference counting mechansim to prevent wait from using stale memory that was freed by the exiting task
Showing
- ChangeLog 3 additions, 0 deletionsChangeLog
- arch 1 addition, 1 deletionarch
- configs 1 addition, 1 deletionconfigs
- include/nuttx/sched.h 2 additions, 0 deletionsinclude/nuttx/sched.h
- mm/mm_heap/mm_free.c 0 additions, 8 deletionsmm/mm_heap/mm_free.c
- mm/mm_heap/mm_zalloc.c 0 additions, 4 deletionsmm/mm_heap/mm_zalloc.c
- sched/group/Make.defs 4 additions, 0 deletionssched/group/Make.defs
- sched/group/group.h 5 additions, 1 deletionsched/group/group.h
- sched/group/group_free.c 2 additions, 22 deletionssched/group/group_free.c
- sched/group/group_leave.c 17 additions, 15 deletionssched/group/group_leave.c
- sched/sched/sched_waitpid.c 8 additions, 4 deletionssched/sched/sched_waitpid.c
- sched/semaphore/sem_holder.c 1 addition, 9 deletionssched/semaphore/sem_holder.c
- sched/semaphore/sem_wait.c 0 additions, 20 deletionssched/semaphore/sem_wait.c
Loading
Please register or sign in to comment