All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch "apparmor: fix ref count leak when profile sha1 hash is read" has been added to the 3.14-stable tree
@ 2016-08-14 15:43 gregkh
  0 siblings, 0 replies; only message in thread
From: gregkh @ 2016-08-14 15:43 UTC (permalink / raw)
  To: john.johansen, gregkh, seth.arnold; +Cc: stable, stable-commits


This is a note to let you know that I've just added the patch titled

    apparmor: fix ref count leak when profile sha1 hash is read

to the 3.14-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     apparmor-fix-ref-count-leak-when-profile-sha1-hash-is-read.patch
and it can be found in the queue-3.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From 0b938a2e2cf0b0a2c8bac9769111545aff0fee97 Mon Sep 17 00:00:00 2001
From: John Johansen <john.johansen@canonical.com>
Date: Wed, 18 Nov 2015 11:41:05 -0800
Subject: apparmor: fix ref count leak when profile sha1 hash is read

From: John Johansen <john.johansen@canonical.com>

commit 0b938a2e2cf0b0a2c8bac9769111545aff0fee97 upstream.

Signed-off-by: John Johansen <john.johansen@canonical.com>
Acked-by: Seth Arnold <seth.arnold@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 security/apparmor/apparmorfs.c |    1 +
 1 file changed, 1 insertion(+)

--- a/security/apparmor/apparmorfs.c
+++ b/security/apparmor/apparmorfs.c
@@ -331,6 +331,7 @@ static int aa_fs_seq_hash_show(struct se
 			seq_printf(seq, "%.2x", profile->hash[i]);
 		seq_puts(seq, "\n");
 	}
+	aa_put_profile(profile);
 
 	return 0;
 }


Patches currently in stable-queue which might be from john.johansen@canonical.com are

queue-3.14/apparmor-fix-ref-count-leak-when-profile-sha1-hash-is-read.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-14 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-14 15:43 Patch "apparmor: fix ref count leak when profile sha1 hash is read" has been added to the 3.14-stable tree gregkh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.