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 invalid expression in Release #8

Closed
GoogleCodeExporter opened this issue Mar 22, 2015 · 2 comments
Closed

Crash on invalid expression in Release #8

GoogleCodeExporter opened this issue Mar 22, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

The following c++ code illustrates the problem

ParserX p;
p.SetExpr(_T("1 == ??.??.???? ??:00:00.000")); // crashes muParser on 
evaluation in Release only
Value result = p.Eval();

What is the expected output? What do you see instead?
Instead of exception with error, the evaluation crashes muParserX

What version of the product are you using? On what operating system?

2.3.1 version of muParserX
OS: Windows 7 Professional (Visual Studio 2010)

Original issue reported on code.google.com by sergs...@gmail.com on 1 Oct 2012 at 8:20

@GoogleCodeExporter
Copy link
Author

Original comment by ib...@gmx.info on 2 Oct 2012 at 9:39

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by ib...@gmx.info on 3 Oct 2012 at 10:47

  • Changed state: Fixed

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

1 participant