noseglasses / elf_diff

A tool to compare ELF binaries
GNU General Public License v3.0
171 stars 21 forks source link

Handle `driver_file is None` #104

Closed tannewt closed 7 months ago

tannewt commented 10 months ago

With Python 3.11 the command line args include driver_file but it's None. It then errors trying to load from None. This guards against that.

noseglasses commented 7 months ago

Thanks for the fix and sorry that it took me so long to merge it.