Skip to content

1.4.3

Compare
Choose a tag to compare
@oschwald oschwald released this 06 Aug 16:28
  • On Windows, always call CreateFileW instead of CreateFile.
    CreateFile could be mapped to CreateFileA and not work as expected.
    Pull request by Sandu Liviu Catalin. GitHub #228.
  • Fixed use of uninitialized memory in dump_entry_data_list() that could
    cause a heap buffer flow in mmdblookup. As part of this fix, most uses
    of malloc were replaced with calloc. Reported by azhou. GitHub #236.