]> granicus.if.org Git - sudo/commit
Set errno to ELOOP in alias_find() if there is a cycle.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 25 May 2011 16:54:15 +0000 (12:54 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 25 May 2011 16:54:15 +0000 (12:54 -0400)
commit2b984928711ad73a08b56dffd67e7f831cfce346
tree54eb798991fa640b4bc8550f29802bf14414ed4a
parent682333ae2da8602ad2de993e9e8c8c3ced9bb338
Set errno to ELOOP in alias_find() if there is a cycle.
Set errno to ENOENT in alias_find() and alias_remove() if the
entry could not be found.
plugins/sudoers/alias.c