fastsmt
fastsmt copied to clipboard
Upgrade goal_runner to work with z3 version 4.8.7
The current pull request upgrades the goal_runner to support z3 version 4.8.7. Essentially, it uses z3's new API to parse SMT files, cf. https://github.com/Z3Prover/z3/issues/2798. In addition, it proposes two lesser changes:
- it uses the lowercase name of the
fasttextlibrary, - it adds
#!/bin/shto therun_test.shscript.
Please let me know if there's anything else I should be upgrading.
DeepCode's analysis on #1608cf found:
- :warning: 2 warnings :point_down:
Top issues
| Description | Example fixes |
|---|---|
| The result of fopen, which may return null flows to the first argument of fprintf. This could result in undefined behavior. Consider adding a check for nullness. Occurrences: | :wrench: Example fixes |
| Missing close for tempfile.NamedTemporaryFile, add close or use a with block. Occurrences: | :wrench: Example fixes |
👉 View analysis in DeepCode’s Dashboard | Configure the bot
DeepCode's analysis on #1608cf found:
- :warning: 2 warnings :point_down:
Top issues
| Description | Example fixes |
|---|---|
| The result of fopen, which may return null flows to the first argument of fprintf. This could result in undefined behavior. Consider adding a check for nullness. Occurrences: | :wrench: Example fixes |
| Missing close for tempfile.NamedTemporaryFile, add close or use a with block. Occurrences: | :wrench: Example fixes |