ɔɹɐWSchoenefeld
ɔɹɐWSchoenefeld
https://github.com/signalapp/curve25519-java/blob/70fae57d6dccff7e78a46203c534314b07dfdd98/android/jni/curve25519-jni.c#L27 According to https://developer.android.com/training/articles/perf-jni , releasing an array requires a prior check to prevent releasing a Null pointer. There are multiple instances of this issue throughout the file.
NewByteArray can fail and return null, consider checking before using the returned value as array https://github.com/facebook/fresco/blob/2ae15501ad3fc132528f100990b9c06de4846e3a/imagepipeline/src/main/jni/imagepipeline/jpeg/jpeg_stream_wrappers.cpp#L135
``` [ 62%] Creating directories for 'EP_OPENSSL' [ 65%] Performing download step (download, verify and extract) for 'EP_OPENSSL' -- Downloading... dst='/home/user/gits/TaSK/tlstesttool/build/EP_OPENSSL-prefix/src/openssl-3.0.1.tar.gz' timeout='none' inactivity timeout='none' -- Using src='https://www.openssl.org/source/openssl-3.0.1.tar.gz' ^^^^^ ```