]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: sigproc: Fix potential race issue regarding exit_state.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 19 Nov 2021 18:24:18 +0000 (03:24 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 22 Nov 2021 14:26:06 +0000 (23:26 +0900)
commita496c9cdf8735a878a646c69602bce1682340454
treee3cc7c40ba2788626aaf1bdc1169bc904c6c4b87
parent68faeef4be712df60443c6bb5764b1e9ddad20e2
Cygwin: sigproc: Fix potential race issue regarding exit_state.

- If sig_send() is called while another thread is processing exit(),
  race issue regarding exit_state may occur. This patch fixes the
  issue.
winsup/cygwin/sigproc.cc
This page took 0.030869 seconds and 5 git commands to generate.