Paul Holzinger
7cf22279d9
Fix conmon attach socket buffer size
...
The conmon buffer size is 8192, however the attach socket needs two extra
bytes. The first byte of each message will be the STREAM type. The last
byte is a null byte. So when we want to read 8192 message bytes we need
to read 8193 bytes since the first one is special.
check 1ef246896b/src/ctr_stdio.c (L101-L107)
This problem can be seen in podman-remote run/exec when it prints output
with 8192 or more bytes. The output will miss the 8192 byte.
Fixes #11496
Signed-off-by: Paul Holzinger <pholzing@redhat.com >
2021-09-09 17:57:42 +02:00
..
2019-03-29 08:27:33 -04:00
2021-09-08 17:53:04 -04:00
2021-02-22 09:03:51 +01:00
2021-08-23 12:51:56 -04:00
2017-11-01 11:24:59 -04:00
2020-05-11 13:11:07 +02:00
2021-02-22 09:03:51 +01:00
2021-08-23 18:00:18 -04:00
2021-09-02 10:28:08 +02:00
2021-02-22 09:03:51 +01:00
2021-08-17 12:10:20 +02:00
2021-04-06 14:01:31 -04:00
2021-02-22 09:03:51 +01:00
2019-01-18 15:43:11 -06:00
2021-03-10 04:08:29 -05:00
2021-02-22 09:03:51 +01:00
2021-07-28 14:48:28 +02:00
2021-08-24 15:44:26 +02:00
2021-08-24 15:44:26 +02:00
2021-07-27 15:32:23 +02:00
2021-03-04 15:43:12 +01:00
2021-06-16 16:43:30 +02:00
2021-02-22 09:03:51 +01:00
2021-08-04 14:14:36 -05:00
2021-09-07 14:16:01 -04:00
2021-09-04 18:24:41 +04:30
2021-09-07 14:16:01 -04:00
2020-07-23 10:18:14 -04:00
2021-06-14 11:56:48 -04:00
2021-09-07 14:16:01 -04:00
2018-07-31 14:19:50 +00:00
2021-08-23 17:59:49 -04:00
2021-08-23 17:59:42 -04:00
2021-09-07 12:46:56 +02:00
2021-05-06 19:24:14 +03:00
2021-03-09 10:45:15 +01:00
2021-03-04 15:43:12 +01:00
2021-02-22 09:03:51 +01:00
2021-02-22 09:03:51 +01:00
2018-07-31 14:19:50 +00:00
2021-08-04 14:14:36 -05:00
2021-09-07 14:16:01 -04:00
2021-08-20 11:12:05 +02:00
2021-06-10 14:17:41 -04:00
2021-02-22 09:03:51 +01:00
2021-02-22 09:03:51 +01:00
2021-02-22 09:03:51 +01:00
2021-09-08 17:53:04 -04:00
2021-08-26 16:05:16 -04:00
2018-11-26 13:55:02 +01:00
2021-08-30 16:55:26 +02:00
2021-09-01 16:14:40 +02:00
2021-02-22 09:03:51 +01:00
2021-06-16 16:43:30 +02:00
2021-02-25 10:02:41 -06:00
2021-09-01 07:19:41 -04:00
2021-09-09 17:57:42 +02:00
2021-02-22 09:03:51 +01:00
2020-06-25 17:16:12 +02:00
2021-06-16 16:43:30 +02:00
2021-02-22 09:03:51 +01:00
2021-06-16 16:43:30 +02:00
2021-08-26 16:05:16 -04:00
2021-08-26 16:05:16 -04:00
2021-08-26 16:05:16 -04:00
2021-02-22 09:03:51 +01:00
2021-02-22 09:03:51 +01:00
2021-02-22 09:03:51 +01:00
2021-08-26 16:05:16 -04:00
2021-05-05 11:30:12 +02:00
2021-02-22 09:03:51 +01:00
2021-08-26 16:05:16 -04:00
2021-05-05 11:30:12 +02:00
2020-12-02 14:18:37 -05:00
2021-02-22 09:03:51 +01:00
2021-08-26 16:05:16 -04:00
2021-02-22 09:03:51 +01:00
2021-02-22 09:03:51 +01:00
2021-02-22 09:03:51 +01:00
2021-08-18 14:19:11 -04:00
2021-02-22 09:03:51 +01:00
2021-02-22 09:03:51 +01:00
2021-08-30 16:43:14 +05:30
2021-04-13 14:00:38 -04:00
2021-03-02 13:30:28 -05:00
2021-02-22 09:03:51 +01:00
2021-06-23 09:23:40 -04:00
2021-03-08 09:22:42 +01:00
2020-09-13 23:24:15 -04:00
2021-02-22 09:03:51 +01:00
2021-02-22 09:03:51 +01:00
2021-02-22 09:03:51 +01:00
2021-08-24 15:44:26 +02:00
2021-02-22 09:03:51 +01:00
2021-08-02 10:32:45 -04:00
2021-02-22 09:03:51 +01:00
2021-08-02 10:32:45 -04:00
2021-08-23 20:42:41 +05:30