]> granicus.if.org Git - sudo/commit
No need to set pass to NULL after freeing at the end of the loop
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 16 May 2016 16:18:31 +0000 (10:18 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 16 May 2016 16:18:31 +0000 (10:18 -0600)
commitb9dde1480842eae87229a76ffc454776bd3a7171
tree642e281d4d3b49bfa21068f8dda7ded7b9047f0b
parent67eb6dad0fa760734159e4dcbc66071a0e011cbb
No need to set pass to NULL after freeing at the end of the loop
it since it is already set to NULL each time through the loop.
plugins/sudoers/auth/sudo_auth.c