Module Name: src Committed By: rin Date: Fri Jun 23 02:13:03 UTC 2023
Modified Files: src/usr.bin/crunch/crunchgen: crunchgen.c Log Message: crunchgen(1): Clear PaX flags instead of removing its ELF note section. The latter results in zero-filled hole in ELF note segment for EARM, where PaX section is not located the bottom of that segment (see src/lib/csu/sysident.S). Fortunately, this hole does not cause real harms for our in-kernel ELF note parser, except for noisy warnings on DIAGNOSTIC kernels. Bump CRUNCH_VERSION. PR toolchain/52675 To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/usr.bin/crunch/crunchgen/crunchgen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.