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:
parent
c7ff05cc78
commit
3ea71b4b25
2 changed files with 16 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue