From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751466AbcFIT1e (ORCPT ); Thu, 9 Jun 2016 15:27:34 -0400 Received: from tex.lwn.net ([70.33.254.29]:58960 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751220AbcFIT1c (ORCPT ); Thu, 9 Jun 2016 15:27:32 -0400 Date: Thu, 9 Jun 2016 13:27:30 -0600 From: Jonathan Corbet To: Kees Cook Cc: linux-kernel@vger.kernel.org, Randy Dunlap , Greg Kroah-Hartman , linux-doc@vger.kernel.org Subject: Re: [PATCH] docs: self-protection: rename "leak" to "exposure" Message-ID: <20160609132730.369c5649@lwn.net> In-Reply-To: <20160518133747.GA13229@www.outflux.net> References: <20160518133747.GA13229@www.outflux.net> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 May 2016 06:37:47 -0700 Kees Cook wrote: > The meaning of "leak" can be both "untracked resource allocation" and > "memory content disclosure". This document's use was entirely of the > latter meaning, so avoid the confusion by using the Common Weakness > Enumeration name for this: Information Exposure (CWE-200). Additionally > adds a section on structure randomization. Applied (rather belatedly, sorry) to the docs tree. jon