NetBSD-Bugs archive

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

PR/53343 CVS commit: src/sys/kern



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

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53343 CVS commit: src/sys/kern
Date: Tue, 22 Jan 2019 03:44:45 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Tue Jan 22 03:44:45 UTC 2019
 
 Modified Files:
 	src/sys/kern: core_elf32.c
 
 Log Message:
 Fix code generation for programs with a faulty process map
 
 In case of any errors of scanning the segments reset
 their content to a default value with zeros. This is
 achieved with shortening the p_filesz parameter.
 
 This allows to emit core(5) files for a process
 regardless of its state of mappings, such as mapping
 pages after EOF in a file.
 
 Fixes PR lib/53343
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.57 -r1.58 src/sys/kern/core_elf32.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