Re: [PATCH] use get_random_long for the per-task stack canary

From: Arjan van de Ven
Date: Thu May 04 2017 - 09:33:51 EST


On 5/4/2017 6:32 AM, Daniel Micay wrote:
The stack canary is an unsigned long and should be fully initialized to
random data rather than only 32 bits of random data.

that makes sense to me... ack