mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix script security path normalization in presence of links (#15481)
This commit is contained in:
parent
e9080f91f2
commit
a4d1b5b155
7 changed files with 112 additions and 38 deletions
|
@ -688,6 +688,10 @@ void initializePaths()
|
|||
|
||||
#endif // RUN_IN_PLACE
|
||||
|
||||
assert(!path_share.empty());
|
||||
assert(!path_user.empty());
|
||||
assert(!path_cache.empty());
|
||||
|
||||
infostream << "Detected share path: " << path_share << std::endl;
|
||||
infostream << "Detected user path: " << path_user << std::endl;
|
||||
infostream << "Detected cache path: " << path_cache << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue