getauxval() and the auxiliary vector
getauxval() and the auxiliary vector
Posted Oct 12, 2012 16:42 UTC (Fri) by mina86 (guest, #68442)In reply to: getauxval() and the auxiliary vector by luto
Parent article: getauxval() and the auxiliary vector
With this piece of code: https://gist.github.com/3880154 and glibc 2.11 I'm able to get some value of AT_RANDOM. Checking whether glibc simply leaves it be or it fills it with some other random data is left as an exercise for the reader. ;)