From: David Howells Date: Mon, 14 Sep 2009 11:45:39 +0000 (+0100) Subject: CRED: Allow put_cred() to cope with a NULL groups list X-Git-Tag: v2.6.32-rc1~683^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a5d6ba1914d1bf1fcfb5e15834c29d84a879219;p=pandora-kernel.git CRED: Allow put_cred() to cope with a NULL groups list put_cred() will oops if given a NULL groups list, but that is now possible with the existence of cred_alloc_blank(), as used in keyctl_session_to_parent(). Added in commit: commit ee18d64c1f632043a02e6f5ba5e045bb26a5465f Author: David Howells Date: Wed Sep 2 09:14:21 2009 +0100 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] Reported-by: Marc Dionne Signed-off-by: David Howells Signed-off-by: James Morris --- Reading git-diff-tree failed