Open
Description
Both vojdani
privatization:
analyzer/src/analyses/basePriv.ml
Line 857 in 66dff5a
and
protection
privatization:analyzer/src/analyses/basePriv.ml
Line 1061 in 66dff5a
use the same implementation of
invariant_vars
:analyzer/src/analyses/commonPriv.ml
Lines 102 to 106 in 66dff5a
This is weird, because one is built on read-write protection and the other just on write-protection.
I tried a small fix, but that revealed read-write protected variables being incorrectly computed (#1712). So this requires PR #1631 or something else that fixes the computation first.