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

Crash on recursive typedef #114

Closed
biozic opened this issue Jan 20, 2017 · 1 comment
Closed

Crash on recursive typedef #114

biozic opened this issue Jan 20, 2017 · 1 comment

Comments

@biozic
Copy link
Contributor

biozic commented Jan 20, 2017

This input crashes DStep:

typedef struct _Foo_List {
    void *data;
    struct _Foo_List *next;
} Foo_List;

with error illegal hardware instruction on my system (no stack trace).

@ciechowoj
Copy link
Contributor

Yeah, infinite recursion. I've pulled a fix.

jacob-carlborg added a commit that referenced this issue Jan 21, 2017
Fix #114: Crash on recursive typedef.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants