Replies: 2 comments 3 replies
-
@dabarych I know for sure that the default C++ SDK build script doesn't set the overflow protection flag and I don't think compiler sets it as default too. Thought it possible to override the default flags.
@anod Just in case you have an idea :) Also, one way to verify would be to do a |
Beta Was this translation helpful? Give feedback.
-
There's a high chance you'd be needing to explicitly add the flags your product needs in your build of SDK here: Or here - if you're building 1DS SDK as part of a product platform build, not as application:
Needs/flags/requirements would differ depending on your integration scenario. |
Beta Was this translation helpful? Give feedback.
-
Hello,
My team uses the cpp_client_telemetry NDK build for Android and we would like to know what stack buffer overflow protections the service has given that we're building C++.
Specifically, does cpp_client_telemetry inherit the -fstack-protector flag from any upstream NDKs? This flag would allow for canary protection on stack buffers.
Beta Was this translation helpful? Give feedback.
All reactions