joxeankoret / diaphora

Diaphora, the most advanced Free and Open Source program diffing tool.
http://diaphora.re
GNU Affero General Public License v3.0
3.58k stars 371 forks source link

Empty list filter bug #219

Closed BlueAmulet closed 3 years ago

BlueAmulet commented 3 years ago

I looked in the resulting sqlite db and noticed that all empty lists for things like names and switches columns show up as [] 2021-05-08_111542

But the SQL in diaphora_heuristics.py checks for empty lists by doing and f.names != '{}'

joxeankoret commented 3 years ago

You're right. I thought I had fixed it but, I didn't. I will fix it for good. Thanks for reporting!