fmt/include
Carl Smedstad e0d3e346d2
Wrap Char in array to avoid pointer arithmetic (#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.
2023-10-31 14:05:46 -07:00
..
fmt Wrap Char in array to avoid pointer arithmetic (#3695) 2023-10-31 14:05:46 -07:00