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

Created 2020-10-26T144755.rxp on branch 8.0.

subject: Pike 8.0: Fix race-condition in Concurrent.Promise
from: 390d6181
to: 30dcc4ac
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.
parent 2667a732
No related branches found
No related tags found
No related merge requests found
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment