2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Minor fixes pointed out by cppcheck.

Also add compareBoolExpressionWithInt to suppression list.
This commit is contained in:
Todd C. Miller
2021-01-02 10:43:34 -07:00
parent 8ea19e294b
commit 8617833385
16 changed files with 16 additions and 16 deletions

View File

@@ -318,7 +318,7 @@ void free_userspec(struct userspec *us);
void free_userspecs(struct userspec_list *usl);
void free_default(struct defaults *def, struct member_list **binding);
void free_defaults(struct defaults_list *defs);
void init_parse_tree(struct sudoers_parse_tree *parse_tree, const char *shost, const char *lhost);
void init_parse_tree(struct sudoers_parse_tree *parse_tree, const char *lhost, const char *shost);
void free_parse_tree(struct sudoers_parse_tree *parse_tree);
void reparent_parse_tree(struct sudoers_parse_tree *new_tree);