|
142 | 142 | an embedded null byte |
143 | 143 | (https://github.com/fmtlib/fmt/pull/4732). Thanks @user202729. |
144 | 144 |
|
145 | | -- Fixed an out-of-bounds read in `fmt::vprintf` with a trailing `%` |
| 145 | +- Fixed out-of-bounds reads in `printf` formatting |
146 | 146 | (https://github.com/fmtlib/fmt/issues/4741, |
147 | | - https://github.com/fmtlib/fmt/pull/4742). Thanks @Algunenano. |
| 147 | + https://github.com/fmtlib/fmt/pull/4742, |
| 148 | + https://github.com/fmtlib/fmt/pull/4800). |
| 149 | + Thanks @Algunenano and @aizu-m. |
148 | 150 |
|
149 | 151 | - Fixed the return type of the `f(un)lockfile` wrappers on Windows |
150 | 152 | (https://github.com/fmtlib/fmt/pull/4739). Thanks @mvastola. |
|
199 | 201 | https://github.com/fmtlib/fmt/pull/4713, |
200 | 202 | https://github.com/fmtlib/fmt/pull/4729, |
201 | 203 | https://github.com/fmtlib/fmt/pull/4751, |
202 | | - https://github.com/fmtlib/fmt/pull/4758). |
| 204 | + https://github.com/fmtlib/fmt/pull/4758, |
| 205 | + https://github.com/fmtlib/fmt/pull/4799). |
203 | 206 | Thanks @ZephyrLykos, @togunchan, @kagancansit, @BerndPetrovitsch, |
204 | | - @Skylion007, @st0rmbtw and @localspook. |
| 207 | + @Skylion007, @st0rmbtw, @localspook and @EXtremeExploit. |
205 | 208 |
|
206 | 209 | - Improved documentation, including a rewrite of the format string syntax, |
207 | 210 | better handling of doxygen tags, documenting `output_file`, fixing CSS so |
|
0 commit comments