Replies: 2 comments
-
We never said it would work the same, instead we even documented that it uses the std canonicalize function (which introduces the problem). |
Beta Was this translation helpful? Give feedback.
0 replies
-
At this moment
Where
Which calls |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
All, my pull request has been closed without discussion
I'm afraid I have to disagree with the reason it was closed
The unit test I wrote contains proof of my point.
Tauri solved the security flaw of
std::env::current_exe
but at the same time it does not properly work on Windows assuper::current_exe()
gives different fromstd::env::current_exe()
valueBeta Was this translation helpful? Give feedback.
All reactions