Files
moby/libnetwork/drivers
Sebastiaan van Stijn 0c8d086ed3 libnetwork: avoid allocations with regexp.Match (mirror)
libnetwork/drivers/bridge/bridge_linux_test.go:978:17: avoid allocations with regexp.Match (mirror)
            matched, _ := regexp.MatchString(regex, string(out[:]))
                          ^
    libnetwork/drivers/bridge/bridge_linux_test.go:1004:17: avoid allocations with regexp.Match (mirror)
            matched, _ := regexp.MatchString(regex, string(out[:]))
                          ^
    libnetwork/drivers/bridge/bridge_linux_test.go:1032:18: avoid allocations with regexp.Match (mirror)
                matched, _ := regexp.MatchString(regex, string(out[:]))
                              ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-09 13:22:46 +01:00
..