Skip to content

v14.2.5

Latest
Compare
Choose a tag to compare
@DaanDeMeyer DaanDeMeyer released this 26 Mar 14:29
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.