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

Passing nil string to renderObject:fromString:error: causes EXC_BAD_ACCESS #56

Closed
coduggan opened this issue Jul 16, 2013 · 1 comment
Closed
Labels

Comments

@coduggan
Copy link

Perhaps it should check for nil string, and if so, set the error object passed in and return before trying to parse and crashing.

@groue groue closed this as completed in 34d6d4a Jul 16, 2013
@groue
Copy link
Owner

groue commented Jul 16, 2013

Thanks a lot @CnCool

Version 6.7.5 fixes your issue: an NSError of code GRMustacheErrorDomain and code GRMustacheErrorCodeParseError is returned when the template string is nil.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants