Files
podman/libpod/image
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
..
2020-01-28 13:36:10 -06:00
2020-09-11 14:48:56 +02:00
2020-10-05 15:56:44 -07:00
2020-05-05 15:01:32 -04:00
2020-01-28 13:36:10 -06:00
2020-10-02 11:04:05 +02:00
2020-09-15 16:09:33 -04:00
2018-03-14 20:21:31 +00:00
2020-02-17 11:12:35 +01:00