Skip to content
Snippets Groups Projects
Commit 2667a732 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Created new patch 2020-10-26T144755 on branch 8.0.

Pike 8.0: Fix race-condition in Concurrent.Promise
From commit 390d6181
to commit 30dcc4ac.
parent 8af34555
No related branches found
No related tags found
No related merge requests found
subject: Pike 8.0: Fix race-condition in Concurrent.Promise
from: 390d6181d989365f3ed1dd1c7a7d0daa2ef56877
to: 30dcc4ac544c71544191678bf6a42ad2dbc62753
originator: Henrik Grubbström (Grubba) <grubba@grubba.org>
depends: 2020-08-28T110259
restart: true
Multiple fixes:
• Concurrent.Promise: Fixed race-condition in finalise().
The API for finalise() raced with on_{success,failure}(), as
new callbacks could get registered after finalise() was called,
but before the state was updated.
Fixes #10055.
• Tools.Standalone.httpserver: Fix directory traversal vulnerability
Thanks to Chris Angelico <rosuav@gmail.com> for the report.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment