Which feature does linux kernel update that lead to heap not executable on linux 5.10 but executable on linux 5.0 while NX(DEP) disabled – Debian
It's a binary compiled by C. I wanted to run some code on heap,but I got a segment fault. Then I use gdb to check the binary. It showed the NX was disabled (complied with -z execstack option) and I…