summarylogtreecommitdiffstats
path: root/ceph-18.2.0-fix-ecode-shec-test.patch
AgeCommit message (Collapse)Author
2023-09-09repo: add ceph-18.2.0-fix-ecode-shec-test.patchBazaah
Fixes some undefined behavior in src/test/erasure-code/TestErasureCodeShec_arguments.cc found while when attempting to cast std::initializer_list to std::array. Instead, use std::vector which has a constructor for std::initializer_list<T>. References: https://en.cppreference.com/w/cpp/container/array/to_array