about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/mips32/lockf64.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-02-15 19:09:00 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-02-15 19:09:00 +0100
commitbc10e22c90e42613bd5dafb77b80a9ea1759dd1b (patch)
tree6a4ad2ab7ea72292e1733e7a4ef7f70eb4fc8c09 /sysdeps/unix/sysv/linux/mips/mips32/lockf64.c
parent8a11f97062ec7f1a2fed4aefa36c7bebecf87181 (diff)
downloadglibc-bc10e22c90e42613bd5dafb77b80a9ea1759dd1b.tar.gz
glibc-bc10e22c90e42613bd5dafb77b80a9ea1759dd1b.tar.xz
glibc-bc10e22c90e42613bd5dafb77b80a9ea1759dd1b.zip
nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211]
After commit f1ac7455831546e5dca0ed98fe8af2686fae7ce6 ("arm: Use "nr"
constraint for Systemtap probes [BZ #24164]"), we load pd->result into
a register in the probe below:

      /* Free the TCB.  */
      __free_tcb (pd);
    }
  else
    pd->joinid = NULL;

  LIBC_PROBE (pthread_join_ret, 3, threadid, result, pd->result);

However, at this point, the thread descriptor has been freed.  If the
thread stack does not fit into the thread stack cache, the memory will
have been unmapped, and the program will crash in the probe.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/mips32/lockf64.c')
0 files changed, 0 insertions, 0 deletions