Skip to content
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

issue_28: fixed crash on launch bug on 64-bit Windows #32

Merged
merged 1 commit into from Jan 14, 2021

Conversation

pospeselr
Copy link
Collaborator

Disables link-time optimization for windows as it is still broken using mingw ( https://sourceware.org/bugzilla/show_bug.cgi?id=12762 ). Patch also fixes a heap corruption now exposed by the program running.

Fixes #28

- disabled link-time optimization flags associated with proposed workaround to ld bug ( https://sourceware.org/bugzilla/show_bug.cgi?id=12762 )
- provided more stubs for tor functions needed to compile with lto disabled
- lto is still enabled for non-Windows build targets
- fixed heap corruption in tego_context_get_tor_logs, incorrectly writing null terminator to length 0 buffer
@pospeselr pospeselr merged commit 8f3c467 into blueprint-freespeech:v3-2021-beta Jan 14, 2021
m-simonelli added a commit to m-simonelli/ricochet-refresh that referenced this pull request Jan 17, 2021
…macos-cfbundleidentifier

Update ricochet refresh to have a new CFBundleIdentifier
pospeselr pushed a commit that referenced this pull request Jun 6, 2021
…fier

Update ricochet refresh to have a new CFBundleIdentifier
@pospeselr pospeselr deleted the issue_28 branch March 24, 2022 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants