Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track curl translation #4

Open
rinon opened this issue May 2, 2019 · 3 comments
Open

Track curl translation #4

rinon opened this issue May 2, 2019 · 3 comments

Comments

@rinon
Copy link
Contributor

rinon commented May 2, 2019

Tracking issue for translation of curl.

@rinon
Copy link
Contributor Author

rinon commented May 2, 2019

Segfaults on downloading anything

@rinon
Copy link
Contributor Author

rinon commented May 2, 2019

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:

#define SETOPT_CHECK(v) do { \
  result = (v); \
  if(result) \
    goto show_error; \
} WHILE_FALSE

@rinon rinon self-assigned this May 2, 2019
@rinon
Copy link
Contributor Author

rinon commented Sep 3, 2019

Blocked on rust-lang/rust#61126 upstream.

@rinon rinon added the blocked label Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant