ladybird/Userland
Andreas Kling 971425d7b1 ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callback
The consolidation of the initialization code between HTTP and HTTPS
downloads was capturing the "job" local by reference, which was not safe
after we left the init() scope.

Fix this by getting the HTTP::Job from the Download object instead.
2021-01-16 11:50:48 +01:00
..
Applications Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes 2021-01-16 11:26:53 +01:00
Demos LibGfxScaleDemo: Add Emoji to window title bar 2021-01-15 22:11:51 +01:00
DevTools UserspaceEmulator: Support the anon_create, sendfd and recvfd syscalls 2021-01-15 14:17:19 +01:00
DynamicLoader Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Games Demos+Games: Pledge "sendfd" in demos and games 2021-01-15 18:47:07 +01:00
Libraries LibC: Bump FD_SETSIZE to 1024 2021-01-16 11:26:53 +01:00
MenuApplets Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
Services ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callback 2021-01-16 11:50:48 +01:00
Shell Shell: use exit code 127 on command not found 2021-01-16 09:05:01 +01:00
Tests Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new tests 2021-01-15 19:11:35 +01:00
Utilities WindowServer: Add a "scale" parameter to the SetResolution message and plumb it through 2021-01-15 22:05:08 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00