-
- Downloads
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.
File added
Please register or sign in to comment