podman/pkg/domain
Miloslav Trmač e9356ba206 Don't use bytes.NewBuffer to read data
The documentation says
> The new Buffer takes ownership of buf, and the
> caller should not use buf after this call.

so use the more directly applicable, and simpler, bytes.Reader instead, to avoid this potentially risky use.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2023-04-14 22:40:47 +02:00
..
entities network create: add --interface-name 2023-04-11 17:04:33 +02:00
filters fix != filter in volume prune 2023-02-15 10:55:21 +05:30
infra Don't use bytes.NewBuffer to read data 2023-04-14 22:40:47 +02:00
utils Merge pull request #17309 from dwagin/dwagin/ssh_exec_identity 2023-02-20 16:31:57 +01:00