apache / couchdb-erlfdb

Erlang API for FoundationDB
https://www.foundationdb.org
Apache License 2.0
28 stars 20 forks source link

Fix OOB array access in get_string_array #41

Closed kocolosk closed 2 years ago

kocolosk commented 2 years ago

Silly bug here, but we didn't catch because for some reason the get_addresses_for_key function is not part of the bindings tester specifications. I added a brutally simple unit test to cover it.