From 7fd8e380bfc36013acf157de82dbf39e314d3dc4 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 12 Mar 2018 15:26:34 +0000 Subject: 42453: Fix race in look up of status for wait. Background jobs that had just exited could still be in the table when the process had already finished and the status was recorded, causing the wrong status to be reported. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 602289263..97e23e456 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-03-12 Peter Stephenson + + * 42453: Src/jobs.c: fix race looking up status of just + exited background job. + 2018-03-07 Oliver Kiddle * github #22: Ferenc-: Completion/Unix/Command/_gcc: -- cgit 1.4.1