commit | 3a852d3bd53e718206a18b015909c4b575952692 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Apr 28 16:26:38 2011 +0100 |
committer | James Morris <jmorris@namei.org> | Tue May 03 10:10:51 2011 +1000 |
tree | 86a6f7a6a96f4b333cd65d883320a565b39b11a8 | |
parent | db5ca356d8af8e43832c185ceec90850ff2ebb45 [diff] |
CRED: Fix load_flat_shared_library() to initialise bprm correctly Fix binfmt_flag's load_flat_shared_library() to initialise bprm correctly. Currently, prepare_binprm() is called with only .filename .file and .cred fields set in bprm, but the .cred_prepared and .per_clear fields at least need initialising. Reported-by: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>