selinux: set next pointer before attaching to list
stable inclusion from stable-v5.10.193 commit 0dbedf9afee329a548e78775bf921e6e0a0d3594 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9399M Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0dbedf9afee329a548e78775bf921e6e0a0d3594 -------------------------------- commit 70d91dc9 upstream. Set the next pointer in filename_trans_read_helper() before attaching the new node under construction to the list, otherwise garbage would be dereferenced on subsequent failure during cleanup in the out goto label. Cc: <stable@vger.kernel.org> Fixes: 43005902 ("selinux: implement new format of filename transitions") Signed-off-by:Christian Göttsche <cgzones@googlemail.com> Signed-off-by:
Paul Moore <paul@paul-moore.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment