2 Apr
2018
2 Apr
'18
2:54 p.m.
Alexandre Julliard <julliard(a)winehq.org> wrote:
You cannot do the setjmp in a helper function that you return from. All the calls that can cause a longjmp need to be done inside that function.
Do you have a suggestion how to do that cleanly? Call setjmp() outside and pass jmp_buf by reference to the helper? -- Dmitry.