Subject: PR/32097 CVS commit: src/lib/libc/gen
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@netbsd.org>
List: pkgsrc-bugs
Date: 11/18/2005 08:33:02
The following reply was made to PR pkg/32097; it has been noted by GNATS.

From: Martin Husemann <martin@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32097 CVS commit: src/lib/libc/gen
Date: Fri, 18 Nov 2005 08:32:46 +0000 (UTC)

 Module Name:	src
 Committed By:	martin
 Date:		Fri Nov 18 08:32:46 UTC 2005
 
 Modified Files:
 	src/lib/libc/gen: vis.c
 
 Log Message:
 Make the MAKEEXTRALIST macro safe to be called with string literals as
 third argument - the old version relies on the compiler to use the same
 address for identical strings.
 
 Spotted by segv at netctl dot net in libnbcompat context, details
 in PR pkg/32097.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.33 -r1.34 src/lib/libc/gen/vis.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.