Skip to content

qmldepends: Fix safeguard against false positives

Antonio Rojas requested to merge arojas/namcap:is-elf into master

Calling read() on an ELF file object modifies it in a way that it no longer passes the is_elf test. Save the is_elf property before modifying the object.

Merge request reports