]> granicus.if.org Git - sudo/commit
sudo_ldap_parse_option() never returns '=' as the operator.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 16 Oct 2018 18:49:34 +0000 (12:49 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 16 Oct 2018 18:49:34 +0000 (12:49 -0600)
commite1a402f1d65f4f107a40237bc19384e43b334546
tree808c67b2c831585b1aca07c79e9db59d80ffad7d
parenta9fd783f204fcdf631df42bc20d8b3ea9a6f19e1
sudo_ldap_parse_option() never returns '=' as the operator.
When parsing command_timeout, role, type, privs and limitprivs,
check that val is non-NULL instead.  Found by PVS Studio.
plugins/sudoers/ldap_util.c