summaryrefslogtreecommitdiff
blob: ec3655f1468c1376dccbb34a5924fd14bf70d7c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/absio.orig.c b/src/absio.c
index 7be9255..e19d7cd 100644
--- a/src/absio.orig.c
+++ b/src/absio.c
@@ -181,7 +181,7 @@ int tl_selectr(int sock, long int timeout)
             {
                 if ((rv == 0) && !cfg.stop && !cfg.rbreak && !FD_ISSET(sock, &readfds))
                 {
-                    char buf[32];
+                    char buf[64];
                     int r;
                     char buf2[64];