You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/18 03:57:47 UTC

[nuttx] branch master updated (fb12b6e3a9 -> acd108a5ed)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from fb12b6e3a9 libelf/elf_addrenv_free(): Don't instantiate address environment prior to destroying it
     add 9fd30c7f63 sched/pthread: check pthread group and flags before join
     add acd108a5ed pthread: fixed pthread_cancel and pthread_exit crash in SMP mode

No new revisions were added by this update.

Summary of changes:
 libs/libc/pthread/pthread_exit.c     |  2 --
 sched/pthread/pthread_findjoininfo.c |  3 ++-
 sched/pthread/pthread_join.c         | 12 +++++++++---
 sched/task/task_exithook.c           |  8 ++++----
 4 files changed, 15 insertions(+), 10 deletions(-)