On Fri, Mar 1, 2013 at 1:47 PM, Andreas Färber <afaer...@suse.de> wrote: > Am 01.03.2013 18:21, schrieb pe...@gridcentric.ca: > > Is it safe to use a MemoryRegion name as part of mkstemp()? "/../" seems > rather unlikely but a "/" less so.
Since mkstemp essentially calls open, "/" does what you'd expect. So a MemoryRegion name with "/" would cause problems. I can sanitize the name by replacing "/" with "_". I'll post this as v3. > Also note that v2 is expected to be posted as a top-level patch since > the patches tool does not cope well with "hidden" reposts. Thanks for the tip. I'll post v3 without "In-Reply-To". Peter