Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 22:41:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 189805] setenv with value == NULL coredumps on FreeBSD
Message-ID:  <bug-189805-8-eFwz8m4YV1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-189805-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-189805-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189805

Jilles Tjoelker <jilles@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jilles@FreeBSD.org

--- Comment #2 from Jilles Tjoelker <jilles@FreeBSD.org> ---
I think segfaulting is a useful response to passing an invalid pointer to a
library function. It is a way to indicate the error which is hard to ignore (so
callers will be fixed), and also tends to require no additional code. So I
think nothing needs to change here.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-189805-8-eFwz8m4YV1>