path.sh
test fails on macOS with a call to abort()
#169
Labels
Milestone
path.sh
test fails on macOS with a call to abort()
#169
After the recent changes to the
path.sh
test script by @siteshwar I was still seeing failures on macOS. I fixed the problem causing issue #158 but the test was still failing. I traced it to this line in the unit test causing the subshell to fail:Specifically it dies from calling
abort()
because there is another place in the code that callsstrcpy()
with overlapping buffers:The text was updated successfully, but these errors were encountered: