Add sudo_ prefix to alloc.c functions and rename alloc.h -> sudo_alloc.h
This commit is contained in:
@@ -84,7 +84,7 @@ find_path(char *infile, char **outfile, struct stat *sbp, char *path,
|
||||
|
||||
if (path == NULL)
|
||||
debug_return_int(NOT_FOUND);
|
||||
path = estrdup(path);
|
||||
path = sudo_estrdup(path);
|
||||
origpath = path;
|
||||
|
||||
do {
|
||||
|
Reference in New Issue
Block a user