On 06/01/2011 04:42 AM, Cédric VINCENT wrote:
> +    /* The dynamic linker of the GNU C library v2.10+ uses the ELF
> +     * auxialiary vector AT_RANDOM as a pointer to a 16-bit random
> +     * value.  Note the start of the text segment is not random at
> +     * all, however it is definitively readeable. */
> +    NEW_AUX_ENT(AT_RANDOM, (abi_ulong) info->start_code);

16 bytes, not 16 bits.  Typos for auxiliary and readable.


r~

Reply via email to