tox-rs / rstox

Rust bindings to c-toxcore
GNU General Public License v3.0
16 stars 7 forks source link

Panic in tox_new() #36

Closed JFreegman closed 4 years ago

JFreegman commented 4 years ago

thread 'main' panicked at 'attempted to leave typecore::errors::InitErroruninitialized, which is invalid', /rustc/04488afe34512aa4c33566eb16d8c912a3ae04f9/src/libcore/mem/mod.rs:664:9

JFreegman commented 4 years ago

This appears to be stemming from the usage of mem::uninitialized() which has been recently deprecated due to it causing UB.

kpp commented 4 years ago

Oh...