Skip to content

masm: Don't crash on failed MADV_DONTNEED on Linux

Antonio Napolitano requested to merge napaalm/qtdeclarative:kde/5.15 into kde/5.15

This change fixes a particularly insidious bug in Mixxx where it would crash when decommitting memory because the process was memlocked by Pipewire.

Relevant links:

Merge request reports