Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-09 | repo: add ceph-18.2.0-fix-ecode-shec-test.patch | Bazaah | |
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 |