blueprint-freespeech / ricochet-refresh

Anonymous peer-to-peer instant messaging
https://www.ricochetrefresh.net
Other
162 stars 27 forks source link

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

Closed morganava closed 3 years ago

morganava commented 3 years ago

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 blueprint-freespeech/ricochet-refresh#28