From: Michael Tremer Date: Sun, 16 Feb 2025 13:28:18 +0000 (+0000) Subject: PTY: Increase maximum line length to 16k X-Git-Tag: 0.9.30~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ec2993fd35d9c9e2ffcc801cb53536e29dcea32;p=pakfire.git PTY: Increase maximum line length to 16k Some compiler command lines massively exceed the 4k, so let's try with something much larger. Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/pty.c b/src/pakfire/pty.c index b056d606..c5707b38 100644 --- a/src/pakfire/pty.c +++ b/src/pakfire/pty.c @@ -36,7 +36,7 @@ #include #include -#define MAX_LINE_LENGTH 4096 +#define MAX_LINE_LENGTH 16384 struct pakfire_pty_stdio { // File Descriptor