On Mon, Nov 20, 2017 at 11:08:22AM -0800, Eric Biggers wrote:
On Sun, Nov 19, 2017 at 12:39:23PM +0100, gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 4.9-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org.
thanks,
greg k-h
------------------ original commit in Linus's tree ------------------
From 12d41a023efb01b846457ccdbbcbe2b65a87d530 Mon Sep 17 00:00:00 2001 From: Eric Biggers ebiggers@google.com Date: Sun, 5 Nov 2017 18:30:44 -0800 Subject: [PATCH] crypto: dh - Fix double free of ctx->p
Hmm, looks like it needs commit ee34e2644a78 ("crypto: dh - fix memleak in setkey"). Can you include that in 4.9 as well?
Thanks, that worked!
greg k-h