Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap Char in array to avoid pointer arithmetic (fmtlib#3695)
This resolves the following finding reported by Coverity Static Analysis v2023.6.1 on line 1964 of fmt/include/fmt/format.h: ptr_arith: Using &v as an array. This might corrupt or misinterpret adjacent memory locations.
- Loading branch information