bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bison GLR buffer-overflow and invalid pointer fixes


From: Paul Eggert
Subject: Re: Bison GLR buffer-overflow and invalid pointer fixes
Date: Tue, 05 Jul 2005 20:50:39 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

address@hidden writes:

> address@hidden:~ # grep setjmp glr.c
> #include <setjmp.h>
>   if (setjmp (yystack.yyexception_buffer) != 0)
> address@hidden:~ # grep longjmp glr.c
>   longjmp (yystack->yyexception_buffer, 1);
> posix doesnt specify whether setjmp will
> save the signal context. other solution
> possible or sigsetjmp()/siglongjmp() ?

Let's wait for Paul Hilfinger to comment on this issue; or, perhaps,
someone who has run into a real problem with it in practice.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]