set of portability changes from lint/asan/ubsan

This commit is contained in:
Chet Ramey
2023-01-07 13:18:20 -05:00
parent 2e725f7346
commit 8fd8cd8f7b
35 changed files with 162 additions and 106 deletions
+2 -2
View File
@@ -130,8 +130,8 @@ strvec_search (char **array, const char *name)
char **
strvec_copy (char * const *array)
{
register int i;
int len;
int i;
size_t len;
char **ret;
len = strvec_len (array);