NetBSD-Bugs archive

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

PR/51916 CVS commit: src/sys/kern



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

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51916 CVS commit: src/sys/kern
Date: Wed, 25 Jan 2017 12:55:47 -0500

 Module Name:	src
 Committed By:	christos
 Date:		Wed Jan 25 17:55:47 UTC 2017
 
 Modified Files:
 	src/sys/kern: core_elf32.c sys_ptrace_common.c
 
 Log Message:
 PR/51916: Kamil Rytarowski: Don't multiply es_arglen with ptrsz since it is
 already in bytes and contains the maximum possible size:
 	ELF_AUX_ENTRIES * sizeof(auxv) + MAXPATHLEN + ALIGN
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.50 -r1.51 src/sys/kern/core_elf32.c
 cvs rdiff -u -r1.10 -r1.11 src/sys/kern/sys_ptrace_common.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