Since binutils 2.44-1 now defaults to non-executable stacks[0] I believe
a simple binNMU on armhf should be sufficient to fix this.
[0]:
https://tracker.debian.org/news/1618944/accepted-binutils-244-2-source-into-unstable/
adding the three lines in the first code block here
https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart#Patching
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif
to common/arm/asm.S from bullseye's x264 source package got me a libx264-160
deb that a
2 matches
Mail list logo