ladybird/Services/Clipboard
Tom 7399874479 AK: Add trivial structure validation to SharedBuffer
If we're sharing buffers, we only want to share trivial structures
as anything else could potentially share internal pointers, which
most likely is going to cause problems due to different address
spaces.

Fix the GUI::SystemTheme structure, which was not trivial, which
is now caught at compile time.

Fixes #3650
2020-10-02 15:38:07 +02:00
..
ClientConnection.cpp AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
ClientConnection.h LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
ClipboardClient.ipc LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
ClipboardServer.ipc Clipboard: Add a key-value map alongside the clipboard storage 2020-09-05 16:52:24 +02:00
CMakeLists.txt Clipboard: Move the system clipboard to a dedicated service process :^) 2020-05-14 22:53:58 +02:00
main.cpp LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr 2020-07-06 13:30:11 +02:00
Storage.cpp AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
Storage.h AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00