Jigsaw52 Fix errors when using relative paths on torrc
0756a4d May 7, 2017
Fix errors when using relative paths on torrc
Creates a get_data_directory() function to get the absolute
path of the data directory and changes all options->DataDirectory
to use it when the DataDirectory path on torrc does not matter.
Makes expand_filename() return an absolute path.
Changes make_path_absolute() to use initial directory as root
instead of current directory.
Fixes #22101 #22102 #20456
0756a4d