Saleem Abdulrasool 1dea76a35f
FoundationEssentials: correct an off-by-one error on Windows (#587)
The returned value in the success case does not account for the
terminating nul character, resulting in the value being 1 less than the
allocation required. This was causing a spurious failure and thus unable
to compute the location of the process.
2024-05-06 09:29:24 -07:00
..