]> git.ipfire.org Git - pakfire.git/commitdiff
PTY: Increase maximum line length to 16k
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Feb 2025 13:28:18 +0000 (13:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Feb 2025 13:28:18 +0000 (13:28 +0000)
Some compiler command lines massively exceed the 4k, so let's try with
something much larger.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/pty.c

index b056d6069471657b35dcacc4fef6ad8d40766df9..c5707b388fcc777ba85fcd1de71a30da4f0f7aa5 100644 (file)
@@ -36,7 +36,7 @@
 #include <pakfire/string.h>
 #include <pakfire/util.h>
 
-#define MAX_LINE_LENGTH 4096
+#define MAX_LINE_LENGTH 16384
 
 struct pakfire_pty_stdio {
        // File Descriptor