From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com ([134.134.136.20]:37973 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbdEDNdk (ORCPT ); Thu, 4 May 2017 09:33:40 -0400 Subject: Re: [PATCH] use get_random_long for the per-task stack canary To: Daniel Micay , Kees Cook , Ingo Molnar , kernel-hardening@lists.openwall.com, LKML References: <20170504133209.3053-1-danielmicay@gmail.com> Cc: stable@vger.kernel.org From: Arjan van de Ven Message-ID: Date: Thu, 4 May 2017 06:33:15 -0700 MIME-Version: 1.0 In-Reply-To: <20170504133209.3053-1-danielmicay@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: 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