mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-03 21:46:35 -07:00
Merge "main/astfd: Fix GCC8 format-truncation warning." into 13
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ static struct fdleaks {
|
||||
unsigned int isopen:1;
|
||||
char file[40];
|
||||
char function[25];
|
||||
char callargs[60];
|
||||
char callargs[100];
|
||||
} fdleaks[1024] = { { "", }, };
|
||||
|
||||
/* COPY does ast_copy_string(dst, src, sizeof(dst)), except:
|
||||
|
||||
Reference in New Issue
Block a user