I am using these 2 dependencies in my Android Kotlin Project:
aspose-words-22.9.0-android.via.java.jar
aspose-pdf-android-via-java-23.2.jar
After building the project, the .so files from the Aspose dependencies that were flagged with missing stack canary protection were:
arm64-v8a/libtiffdecoder.so
armeabi/libtiffdecoder.so
armeabi-v7a/libtiffdecoder.so
mips/libtiff.so
mips/libtiffdecoder.so
mips64/libtiff.so
mips64/libtiffdecoder.so
x86_64/libtiffdecoder.so
I ran the following commands: llvm-readelf.exe -s libtiffdecoder.so | findstr __stack_chk_fail
and found no results for the stack canary protection.
May I check if this issue can be resolved with the latest version for PDF/Words?