Closed dazoe closed 11 years ago
Segmentation fault when...
var alice = new ECKey(...); alice = new ECKey(...); <----
and
var alice = new ECKey(...); console.log(alice); <----
var object = {}; object['alice'] = new ECKey(...); <----
and most likely others.
I've fixed a few of the seg faults. But it will still segfault on console.log
fixed with ba31d69
Segmentation fault when...
and
and
and most likely others.