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

Infinite loop #37

Closed
colinodell opened this issue Dec 25, 2014 · 0 comments
Closed

Infinite loop #37

colinodell opened this issue Dec 25, 2014 · 0 comments
Labels
bug Something isn't working right

Comments

@colinodell
Copy link
Member

Our parser seems to suffer the same issue reported here: commonmark/commonmark-spec#252

It seems to get stuck in an infinite loop when processing this:

![ [ [](link) ](link) ](image)

@colinodell colinodell added the bug Something isn't working right label Dec 25, 2014
colinodell added a commit that referenced this issue Dec 27, 2014
There was a bug in the logic which ensures that links don't contain links.  See commonmark/commonmark-spec#252 for additional details.
colinodell added a commit that referenced this issue Dec 27, 2014
Fix infinite loop and link-in-link-in-image parsing (#37)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right
Projects
None yet
Development

No branches or pull requests

1 participant