Closed rotdrop closed 2 years ago
In swaps.c getcwd(swappath) is called in order to normalize the path. This, however, may change the length of the swappath string and thus invalidates the previously computed swappath_len. The PR corrects this.
Thanks for the fix!
In swaps.c getcwd(swappath) is called in order to normalize the path. This, however, may change the length of the swappath string and thus invalidates the previously computed swappath_len. The PR corrects this.