[pcre-dev] [Bug 2469] Portability fix for secure_getenv usag…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2469] Portability fix for secure_getenv usage
https://bugs.exim.org/show_bug.cgi?id=2469

--- Comment #3 from Thomas Klausner <tk@???> ---
If you want to limit it to NetBSD you can check

#ifdef __NetBSD__

For reference, here's the recommended way to do work with PaX mprotect and
created executable code on NetBSD (as implemented in libffi):

http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/libffi/patches/patch-src_closures.c?rev=1.2&content-type=text/x-cvsweb-markup&only_with_tag=MAIN

--
You are receiving this mail because:
You are on the CC list for the bug.