https://bugs.kde.org/show_bug.cgi?id=464680
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Mark Wielaard <m...@klomp.org> --- commit f32cc294e363f9ea953b22cddcb290954725d83b Author: Mark Wielaard <m...@klomp.org> Date: Sun Jan 22 23:18:18 2023 +0100 Propagate memory allocation failure to out_of_memory_NORETURN Provide the user with a hint of what caused an out of memory error. And explain that some memory policies, like selinux deny_execmem might cause Permission denied errors. Add an err argument to out_of_memory_NORETURN. And change am_shadow_alloc to return a SysRes (all three callers were already checking for errors and calling out_of_memory_NORETURN). -- You are receiving this mail because: You are watching all bug changes.