KoffeinFlummi / armake2

Successor to armake written in Rust
GNU General Public License v2.0
50 stars 17 forks source link

Fix problem with uninitialized memory #62

Closed returntoreality closed 3 years ago

returntoreality commented 3 years ago

The 0.5.1 version of linked-hash-map can cause panics, using the latest patch version fixes the problem

bovine3dom commented 3 years ago

FWIW, Brett's fork has this fix already and I think some others. You might just want to use that instead: https://github.com/BrettMayson/armake2