summaryrefslogtreecommitdiff
path: root/Kernel/Profiling.h
diff options
context:
space:
mode:
authorTom <tomut@yahoo.com>2020-09-30 20:00:59 -0600
committerAndreas Kling <kling@serenityos.org>2020-10-02 15:38:07 +0200
commit73998744793a60b91afabdbc24ad56d9d45171b9 (patch)
treeca4c9a70b52b5884eda3a003b65dfc229e90310f /Kernel/Profiling.h
parent87f20f704cc66d3878c1a62f0a2ffe5a5e202274 (diff)
downloadserenity-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 'Kernel/Profiling.h')
0 files changed, 0 insertions, 0 deletions