You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like operate_do in tool_operate.c is not getting translated correctly due to a relooper bug. A function pointer doesn't get set which leads to a segfault when it is dereferenced. The issue seems to be caused by the following macro:
#defineSETOPT_CHECK(v) do { \
result = (v); \
if(result) \
goto show_error; \
} WHILE_FALSE
Tracking issue for translation of curl.
The text was updated successfully, but these errors were encountered: