dazoe / ecc

Native node js module for ECDH and ECDSA
MIT License
5 stars 7 forks source link

Segmentation faults #2

Closed dazoe closed 11 years ago

dazoe commented 11 years ago

Segmentation fault when...

var alice = new ECKey(...);
alice = new ECKey(...);  <----

and

var alice = new ECKey(...);
console.log(alice);  <----

and

var object = {};
object['alice'] = new ECKey(...);  <----

and most likely others.

dazoe commented 11 years ago

I've fixed a few of the seg faults. But it will still segfault on console.log

dazoe commented 11 years ago

fixed with ba31d69