Subject: PR/28458 CVS commit: src/sys/kern
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: netbsd-bugs
Date: 02/07/2007 18:50:02
The following reply was made to PR kern/28458; it has been noted by GNATS.

From: Mindaugas Rasiukevicius <rmind@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/28458 CVS commit: src/sys/kern
Date: Wed,  7 Feb 2007 18:45:36 +0000 (UTC)

 Module Name:	src
 Committed By:	rmind
 Date:		Wed Feb  7 18:45:36 UTC 2007
 
 Modified Files:
 	src/sys/kern: sysv_shm.c
 
 Log Message:
 PR/28458: shmat(2) shmaddr argument is not honored as intended.
 Patch applied, thanks for Minoura Makoto.
 
 Please note, that one should fail if cannot attach to shmaddr,
 but not attach it to other place.
 
 OK by uwe@
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.93 -r1.94 src/sys/kern/sysv_shm.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.