Use non-exiting allocators in the redblack tree and fix the fallout.
Also switch to non-exiting allocators in affected code blocks.
This commit is contained in:
@@ -303,8 +303,8 @@ void sudo_grlist_delref(struct group_list *);
|
||||
void sudo_pw_addref(struct passwd *);
|
||||
void sudo_pw_delref(struct passwd *);
|
||||
int sudo_set_grlist(struct passwd *pw, char * const *groups, char * const *gids);
|
||||
void sudo_setgrent(void);
|
||||
void sudo_setpwent(void);
|
||||
int sudo_setgrent(void);
|
||||
int sudo_setpwent(void);
|
||||
void sudo_setspent(void);
|
||||
|
||||
/* timestr.c */
|
||||
|
Reference in New Issue
Block a user