Releases: DaanDeMeyer/reproc
Releases · DaanDeMeyer/reproc
v14.2.5
reproc_strerror: avoid undefined behaviour for error == INT_MIN
Invoking `abs` on the minimum integer has undefined behaviour. Catch
this case before calling `abs` and return an error message instead.