spiegel_podman/pkg/spec
TomSweeneyRedHat 33366a2cda Convert Split() calls with an equal sign to SplitN()
After seeing #7759, I decided to look at the calls in
Podman and Buildah to see if we had issues with strings.Split()
calls where an "=" (equals) sign was in play and we expected
to split on only the first one.

There were only one or two that I found in here that I think
might have been troubling, the remainder are just adding
some extra safety.

I also had another half dozen or so that were checking length
expectations appropriately, those I left alone.

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2020-10-13 19:30:08 -04:00
..
config_linux.go fix compat api privileged and entrypoint code 2020-10-01 15:18:11 -05:00
config_linux_cgo.go pkg/spec: fix a confusing error message 2020-10-09 15:54:03 -04:00
config_linux_nocgo.go Split up create config handling of namespaces and security 2019-11-07 21:23:23 -05:00
config_unsupported.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
containerconfig.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
createconfig.go handle play kube with pod.spec.hostAliases 2020-08-31 22:12:35 +08:00
namespaces.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
parse.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
ports.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
security.go Convert Split() calls with an equal sign to SplitN() 2020-10-13 19:30:08 -04:00
spec.go fix compat api privileged and entrypoint code 2020-10-01 15:18:11 -05:00
spec_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
storage.go Convert Split() calls with an equal sign to SplitN() 2020-10-13 19:30:08 -04:00
storage_test.go Use EqualValues instead of reflect equality 2019-05-01 10:19:05 -04:00