ladybird/Userland/Services
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
..
AudioServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
ChessEngine Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
Clipboard Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
CrashDaemon LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specific 2021-01-15 23:26:47 +01:00
DHCPClient DHCPClient: handle /proc/net/adapters invalid JSON gracefully 2021-01-14 08:35:34 +01:00
EchoServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
ImageDecoder Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
LaunchServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
LookupServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
NotificationServer LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs 2021-01-15 23:24:07 +01:00
ProtocolServer ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callback 2021-01-16 11:50:48 +01:00
SystemMenu ShutdownDialog: refresh system theme on instantiation. 2021-01-16 09:09:04 +01:00
SystemServer LibC+Everywhere: Remove open_with_path_length() in favor of open() 2021-01-12 23:34:01 +01:00
Taskbar Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes 2021-01-16 11:26:53 +01:00
TelnetServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WebContent Everywhere: Pledge "sendfd" in WindowServer client programs 2021-01-15 14:10:32 +01:00
WebServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowServer WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmap 2021-01-16 11:26:53 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00