Files
containerd/core/runtime
Paweł Gronowski dac4ea43f3 core/runtime/v2: Preserve protobuf shim response bytes
Shim start output was trimmed before protobuf decoding.
Because arbitrary protobuf fields may legitimately end with whitespace
bytes, including `\n`, trimming could corrupt metadata or capabilities
and cause decoding to fail.

Pass the raw command output to `parseStartResponse` and attempt protobuf
decoding before modifying the response.
Whitespace trimming now applies only to legacy JSON and plain-address
responses.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-07-16 19:03:21 +02:00
..
2024-01-17 09:58:04 -08:00
2026-03-15 18:24:14 +01:00
2024-01-17 09:58:04 -08:00
2024-01-25 22:18:45 -08:00
2026-03-15 18:24:14 +01:00