]> granicus.if.org Git - sudo/commit
If sudo_ldap_get_values_len() fails goto cleanup instead of oom.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Thu, 18 Oct 2018 20:19:09 +0000 (14:19 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Thu, 18 Oct 2018 20:19:09 +0000 (14:19 -0600)
commit54784a234ca63e91698e3bc4aac6d7177c663e92
tree78437ca0aae20d3a27814ba336ce806782f66089
parent63afa569f77494715cb7f7d0b1d1cc790c057386
If sudo_ldap_get_values_len() fails goto cleanup instead of oom.
This is not strictly necessary as there's not anything to cleanup
in this case but it is more consistent with the code that follows.
plugins/sudoers/ldap.c