mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 06:28:05 +02:00
cli: increase buffer in pager_fallback()
The stack is large enough. Let's use a larger buffer.
This commit is contained in:
parent
e843a7caa2
commit
619032c6d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1421,7 +1421,7 @@ nmc_print(const NmcConfig *nmc_config,
|
|||
static void
|
||||
pager_fallback(void)
|
||||
{
|
||||
char buf[64];
|
||||
char buf[1024];
|
||||
int rb;
|
||||
|
||||
/* We are still in the child process (after fork() and before exec()).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue