diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-06 10:52:36 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-06 10:52:36 +0100 |
commit | 52954ccce6a44931d7454846d8730468dfdcb46a (patch) | |
tree | c49101213fede0c64072d44f6c2b773661484b92 /Applications/Piano/MainWidget.cpp | |
parent | 27091163344a54b10f1a15a2cbd30fccd7744de2 (diff) | |
download | serenity-52954ccce6a44931d7454846d8730468dfdcb46a.zip |
LibC: Fix crash in free() now that mprotect() works correctly
After we mprotect(PROT_NONE) an allocation block, we can't expect to
read the m_size from that block right after. :^)
Diffstat (limited to 'Applications/Piano/MainWidget.cpp')
0 files changed, 0 insertions, 0 deletions