Which Linux distributions enable AT_RANDOM canary initialisation by default, and since which version?
You can test if you have AT_RANDOM canary initialisation enabled by running:
LD_SHOW_AUXV=1 /bin/true | grep AT_RANDOM
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Ubuntu uses a random canary by default. I believe all of the packages in apt are compiled with this canary, there maybe a few exceptions such as 3rd party repositories. I don't know if this specific | |||
|
feedback
|