plugins/pkg/testutils
edef 90c018566c Use crypto/rand.Read, not crypto.Reader.Read
The current code accidentally ignores partial reads, since it doesn't
check the return value of (io.Reader).Read.

What we actually want is io.ReadFull(rand.Reader, buf), which is
conveniently provided by rand.Read(buf).

Signed-off-by: edef <edef@edef.eu>
2021-09-17 13:30:14 +00:00
..
echo portmap plugin should flush previous udp connections 2020-11-23 16:29:52 +01:00
bad_reader.go Add 'pkg/' from commit 'a11be4d7596203874b742b6597caf255204c56c3' 2017-05-19 19:43:02 +02:00
cmd.go Add check support for: bridge, ipvlan, macvlan, p2p, vlan and host-device main plugins 2019-04-03 13:08:07 -04:00
dns.go ptp: only override DNS conf if DNS settings provided 2019-09-18 21:09:22 +00:00
netns_linux.go Use crypto/rand.Read, not crypto.Reader.Read 2021-09-17 13:30:14 +00:00
ping.go plugins: update to spec version 1.0.0 2021-02-11 23:27:08 -06:00
testing.go testutils: add test utilities for spec version features 2021-02-11 23:27:08 -06:00