This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PING][PATCH] Segfault while unwinding an invalid function pointer
On 10/26/07, Pete Eberlein <eberlein@linux.vnet.ibm.com> wrote:
> This patch, which fixes a segfault problem when generating a backtrace
> from signal handler called as a result of a invalid function pointer
> call, has not yet been reviewed:
I don't like the use of the hard coded /tmp/null here.
And I don't like how on open you abort the program instead of just
doing the same as what happened before.
Also I don't like errno being touched here.
-- Pinski