Releases: troydhanson/pmtr
Releases · troydhanson/pmtr
v25.0
What's Changed
- fix: use setenv() instead of putenv() to avoid aliasing by @imichaelmoore in #13
- fix: use fstat() after open() to prevent TOCTOU race in slurp() by @imichaelmoore in #9
- fix: sanitize control characters in logger output by @imichaelmoore in #11
- fix: check fpath() return value for NULL by @imichaelmoore in #10
- feat: Add comprehensive test coverage by @imichaelmoore in #8
- fix: improve slurp() robustness with size limit and read loop by @imichaelmoore in #12
New Contributors
- @imichaelmoore made their first contribution in #13
Full Changelog: v17.11.2...v25.0