[Bug 189805] setenv with value == NULL coredumps on FreeBSD

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 18 22:41:13 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189805

Jilles Tjoelker <jilles at FreeBSD.org> changed:

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

--- Comment #2 from Jilles Tjoelker <jilles at 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.


More information about the freebsd-bugs mailing list