]> Pileus Git - ~andy/linux/blobdiff - net/ipv4/tcp_probe.c
net: tcp_probe: adapt tbuf size for recent changes
[~andy/linux] / net / ipv4 / tcp_probe.c
index 622a4377b3973f5d60f6171e814cce5c44d282ae..1f6aa543b64e11e0511a35ac15a1aa9fbdb95067 100644 (file)
@@ -218,7 +218,7 @@ static ssize_t tcpprobe_read(struct file *file, char __user *buf,
                return -EINVAL;
 
        while (cnt < len) {
-               char tbuf[164];
+               char tbuf[256];
                int width;
 
                /* Wait for data in buffer */