NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52675 CVS commit: src/usr.bin/crunch/crunchgen



The following reply was made to PR toolchain/52675; it has been noted by GNATS.

From: "Rin Okuyama" <rin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52675 CVS commit: src/usr.bin/crunch/crunchgen
Date: Fri, 23 Jun 2023 02:13:03 +0000

 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.
 


Home | Main Index | Thread Index | Old Index