mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 03:02:40 +02:00
set of portability changes from lint/asan/ubsan
This commit is contained in:
+2
-1
@@ -887,8 +887,9 @@ clear_hostname_list (void)
|
||||
static char **
|
||||
hostnames_matching (const char *text)
|
||||
{
|
||||
register int i, len, nmatch, rsize;
|
||||
int i, nmatch;
|
||||
char **result;
|
||||
size_t rsize, len;
|
||||
|
||||
if (hostname_list_initialized == 0)
|
||||
initialize_hostname_list ();
|
||||
|
||||
Reference in New Issue
Block a user