codec2
codec2 copied to clipboard
Fix libasan related crashes
This PR fixes the libasan-related crashes per #43. On x86_64, all tests now pass except for test_demo_700d_python (likely due to how libasan interacts with Python itself) and test_clang_format (Fedora's clang-format is apparently a different version than the one in GitHub and throws errors).
EDIT: updated PR to reflect latest state.