]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
selinux: Delete an unnecessary variable assignment in filename_trans_read()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 14 Jan 2017 18:02:42 +0000 (19:02 +0100)
committerPaul Moore <paul@paul-moore.com>
Thu, 23 Mar 2017 22:08:05 +0000 (18:08 -0400)
commit02fcef27cc908e22ddb68d30ad1b7fd9ac3a1c24
treec2421a0b661fdc3320458d4497fbeee736542122
parent315e01ada8047cba0520ecca050ad8f5237abb41
selinux: Delete an unnecessary variable assignment in filename_trans_read()

The local variable "ft" was set to a null pointer despite of an
immediate reassignment.
Thus remove this statement from the beginning of a loop.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/ss/policydb.c