You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Description
Current dotottie android library use a version of libc++_shared.so without stack canary
Concerned files :
Steps to reproduce
Output :
Proposition
Update build steps with gcc/clang flag
-fstack-protector
Reference : https://developers.redhat.com/articles/2022/06/02/use-compiler-flags-stack-protection-gcc-and-clang#stack_usage_and_statistics
Screenshots
The text was updated successfully, but these errors were encountered: