push
github
box: fix SIGSEGV on unaligned access to `struct applier` All structures with a non-default alignment (set by `alignas()`) must be allocated by `aligned_alloc()`, otherwise an access to such a structure member fill crash, e.g. if compiled with AVX-512 support. See also commit a60ec82d4f07 ("box: fix SIGSEGV on unaligned access to a struct with extended alignment"). Closes #10699 NO_DOC=bugfix NO_CHANGELOG=minor NO_TEST=tested by debug_asan_clang workflow (cherry picked from commit bf0913588)
68488 of 121699 branches covered (56.28%)
2 of 2 new or added lines in 1 file covered. (100.0%)
35 existing lines in 15 files now uncovered.101089 of 115841 relevant lines covered (87.27%)
2455150.33 hits per line