https://bugs.kde.org/show_bug.cgi?id=504341
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #7 from Mark Wielaard <m...@klomp.org> --- commit f51744ed2d1f07c814b72853ca946da3c94de0f1 Author: Mark Wielaard <m...@klomp.org> Date: Tue May 20 12:09:13 2025 +0200 PRE(sys_prlimit64): Check ARG3 and ARG4 ML_(safe_to_deref) up front The previous commit 859d267a456c "PR504341: Prevent LTP setrlimit05 syscall test from crashing valgrind" changed the checking logic of the PRE handler changing the if-else control flow. Do the ARG3 and ARG4 ML_(safe_to_deref) checking up front and return EFAULT early so the later checking logic doesn't need to change. https://bugs.kde.org/show_bug.cgi?id=504341 Suggested-by: Matthias <z...@gentoo.org> -- You are receiving this mail because: You are watching all bug changes.