diff options
author | Tom <tomut@yahoo.com> | 2020-09-30 20:00:59 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-10-02 15:38:07 +0200 |
commit | 73998744793a60b91afabdbc24ad56d9d45171b9 (patch) | |
tree | ca4c9a70b52b5884eda3a003b65dfc229e90310f /Ports/nano | |
parent | 87f20f704cc66d3878c1a62f0a2ffe5a5e202274 (diff) | |
download | serenity-73998744793a60b91afabdbc24ad56d9d45171b9.zip |
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
Diffstat (limited to 'Ports/nano')
0 files changed, 0 insertions, 0 deletions