mgregoro / Crypt-Sodium

Perl bindings for libsodium (NaCL)
Artistic License 2.0
5 stars 6 forks source link

Tests segfault perl on various builds #5

Closed mgregoro closed 7 years ago

mgregoro commented 7 years ago

Armbian (3.4.113-sun8i)

$ perl t/Crypt-Sodium.t
ok 1 - use Crypt::Sodium;
ok 2 - Testing roundtrip of crypto_stream_xor
ok 3 - Testing roundtrip of ''
Aborted

Arch Linux (4.4.39-1-ARCH)

$ perl t/Crypt-Sodium.t
ok 1 - use Crypt::Sodium;
ok 2 - Testing roundtrip of crypto_stream_xor
ok 3 - Testing roundtrip of ''
ok 4 - Testing roundtrip of crypto_secretbox
ok 5 - Testing roundtrip of crypto_box
Segmentation fault (core dumped)