mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 16:39:53 +02:00
set of portability changes from lint/asan/ubsan
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user