NetBSD-Bugs archive

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

PR/42239 CVS commit: src/usr.sbin/paxctl



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

From: Christos Zoulas <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42239 CVS commit: src/usr.sbin/paxctl
Date: Tue, 27 Oct 2009 12:27:47 -0400

 Module Name:   src
 Committed By:  christos
 Date:          Tue Oct 27 16:27:47 UTC 2009
 
 Modified Files:
        src/usr.sbin/paxctl: paxctl.c
 
 Log Message:
 PR/42239: M. Levinson: paxctl(8) fails since binutils 2.19.1 upgrade
 binutils-2.19.1 tries to create one note section for all adjacent loadable
 note sections, instead of the old behavior where each note is in its own
 section. The fix looks at the section headers instead of the program headers
 for the note.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/paxctl/paxctl.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