Correctly handle null pointers returned from Rust representing None
authorMatt Corallo <git@bluematt.me>
Thu, 5 Aug 2021 03:18:28 +0000 (03:18 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 9 Aug 2021 05:53:31 +0000 (05:53 +0000)
commit9e0cfdcda96c1d503232f71096566b46de424738
tree22c9047ed63c8aed8fc0e7f95a01f44111d24c46
parent87a083a5a785090029fb75c0b1dde28fc0341f04
Correctly handle null pointers returned from Rust representing None

Fixes the SEGFAULT in #35.
java_strings.py