wala / ML

Eclipse Public License 2.0
24 stars 17 forks source link

Handle global writes in the Python ModRef analysis #101

Closed khatchad closed 8 months ago

khatchad commented 8 months ago

Previously, the Python ModRef analysis did not consider writes to global variables that used the global keyword as a heap modification.