SVF
SVF copied to clipboard
Questions about warning messages
Hi,
I ran the MemoryLeak with two cases, but got two same warning messages. The cases and their warning messages are as follows:
Case1:
Warning Message1:
Case2:
Warning Message2:
Could you please tell me what the warning message indicate and why they are same?
Hi @HowToNamene,
The current saber does not distinguish between true/false branches because of the solver (CUDD). We are replacing CUDD with Z3, and saber will support this feature in the future :-)
Kind regards
Try again with the latest SVF. This patch https://github.com/SVF-tools/SVF/commit/b380f46b9621123baf30f2482d411868aa62f584 should fix your issue @HowToNamene