Subject: Re: memcpy segfaults
To: Bill Studenmund <wrstuden@nas.nasa.gov>
From: Chris G. Demetriou <cgd@netbsd.org>
List: current-users
Date: 02/08/2000 14:50:37
Bill Studenmund <wrstuden@nas.nasa.gov> writes:
> So the question is should a PROT_READ be silently added? I suspect not,
> since a program might really want a write-only mapping, which it can't
> get.

There are two responses to this:

* "what somebody random might thing what somebody might expect," and

* "what standards say that people can expect in portable programs."

the latter indicates that PROT_READ can -- and if necessary to support
the user supplying only PROT_WRITE must -- be added.



cgd
-- 
Chris Demetriou - cgd@netbsd.org - http://www.netbsd.org/People/Pages/cgd.html
Disclaimer: Not speaking for NetBSD, just expressing my own opinion.