Peter Maydell writes:
> On 8 November 2014 03:51, Willem Pinckaers wrote:
>> This is a simple patch to change the type of old_env from jmp_buf
>> to sigjmp_buf. old_env is used by sigsetjmp and as such should be
>> a sigjmp_buf.
>>
>> This fixes a stack_chk fail in a OSX 32bit build. Since at l
On 8 November 2014 03:51, Willem Pinckaers wrote:
> This is a simple patch to change the type of old_env from jmp_buf
> to sigjmp_buf. old_env is used by sigsetjmp and as such should be
> a sigjmp_buf.
>
> This fixes a stack_chk fail in a OSX 32bit build. Since at least on
> OSX sigjmp_buf is fou
This is a simple patch to change the type of old_env from jmp_buf
to sigjmp_buf. old_env is used by sigsetjmp and as such should be
a sigjmp_buf.
This fixes a stack_chk fail in a OSX 32bit build. Since at least on
OSX sigjmp_buf is four bytes larger then a jmpbuf, resulting in an
overflow in sig