|
|
|
|
|
by im3w1l
758 days ago
|
|
Let's say you want to check if use after free can ever occur. Your translation is bugged and translates the whole program to a single "nop". Then the verifier happily asserts that the translated program does not cause use after free. I doubt the translation would be that bad but it could have more subtle issues of the same kind. |
|