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
First of all, thank you for providing a very nice library!
During a security review, it was noted that the Amplituda native libraries could be susceptible to a stack smashing attack.
It is possible to build in protection against this by adding some compiler flags. Specifically by adding the complier flags: -fstack-protector-all, -fpic, and -fstack-protector-strong.
Our ask: Create a new release of Amplituda with the native c/c++ code compiled with the above flags.
The text was updated successfully, but these errors were encountered:
First of all, thank you for providing a very nice library!
During a security review, it was noted that the Amplituda native libraries could be susceptible to a stack smashing attack.
It is possible to build in protection against this by adding some compiler flags. Specifically by adding the complier flags:
-fstack-protector-all
,-fpic
, and-fstack-protector-strong
.Our ask: Create a new release of Amplituda with the native c/c++ code compiled with the above flags.
The text was updated successfully, but these errors were encountered: