3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 08:15:47 +00:00

Fixed SMT2 scanner to allow 0xFF characters.

Thanks to Santiago Zanella-Beguelin for reporting this issue.
This commit is contained in:
Christoph M. Wintersteiger 2016-06-14 12:49:48 +01:00
parent c7ff05cc78
commit 3ea71b4b25
2 changed files with 16 additions and 10 deletions

View file

@ -34,6 +34,7 @@ namespace smt2 {
bool m_interactive;
int m_spos; // position in the current line of the stream
char m_curr; // current char;
bool m_at_eof;
int m_line; // line
int m_pos; // start position of the token