-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin manager crash #51
Comments
Issues addressed by the patch:
|
@tgotic Do you have an example which plugin download triggers this code path in DirectLinkSearch.cpp? |
- modified additionally DirectLinkSearch::findChar() to avoid warparound with unsigned size_t - used _tfopen_s() instead of just _tfopen - removed trailing whitespaces
- modified additionally DirectLinkSearch::findChar() to avoid warparound with unsigned size_t - used _tfopen_s() instead of just _tfopen - removed trailing whitespaces
According to dave the DirectLinkSearch stuff was used for sourceforge in the past, but is currently not used any more, so couldn't be tested in real life right now. I tested it with the debugger as far as possible, but I'm not completely sure no further issues are hidden there. |
Plugin manager crashes if cannot save downloaded file.
Please find attached patch file to fix this issue.
libinstall.patch.txt
The text was updated successfully, but these errors were encountered: