We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Handlebars.Compile hangs permanently when compiling some malformed inputs. Here is the full program to reproduce one such case:
namespace Handlebars.Run { public class Program { public static void Main(string[] args) { var text = "<p>{{>trbles=}\n "; HandlebarsDotNet.Handlebars.Compile(text); } } }
Found via SharpFuzz.
The text was updated successfully, but these errors were encountered:
Doesn't reproduce on 849d36c (i.e. current master branch).
master
Sorry, something went wrong.
No branches or pull requests
Handlebars.Compile hangs permanently when compiling some malformed inputs. Here is the full program to reproduce one such case:
Found via SharpFuzz.
The text was updated successfully, but these errors were encountered: