commit - 8fe650ede847caf84a7f84c1847b5f72bee86fec
commit + 6f5f9000271a4a723ca93d6705c03ec8aaf39a0f
blob - 59807c162a31a49551ef2638a4fdc4f3bb2a4615
blob + 3c9ba0585241ca90a2f921138e833ad0bc0e0d5e
--- CHANGELOG.md
+++ CHANGELOG.md
- Fixed missing return-value checks for a 'scanf'-like functions.
- Fixed multiplication result converted to larger type. Two
occurrences.
+- Fixed overflowed integer argument in `readline2()` passed to
+ `memmove()`. Found by Coverity.
- Fixed uncontrolled data used in path expressions, this in order to
prevent path traversal.
+- Renamed variables in order to avoid conflicts with system headers.
- Replaced non-reentrant functions with their corresponding thread
safe version. (Multiple occurrences, found by CodeQL.)