Files
Matthew Heon c6255537d9 Fix a potential segfault in podman search
When generating headers for search, we unconditionally
access element 0 of an array, and I saw this segfault in our CI.
There's no reason we have to do this, we're just going through it
to get field names with reflect, so just make a new copy of the
struct in question.

Also, move this code, which is only for CLI display, into
cmd/podman from libpod/image.

Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-04-03 15:11:08 -04:00
..
2018-08-16 17:12:36 +00:00
2017-11-01 11:24:59 -04:00
2019-01-18 15:43:11 -06:00
2019-01-18 15:43:11 -06:00
2019-03-29 14:50:43 -04:00
2019-03-22 14:58:44 -05:00
2019-03-28 15:12:26 +01:00
2019-03-15 13:41:01 -05:00
2019-03-29 11:10:34 +01:00
2018-08-23 15:01:17 +00:00
2018-08-23 15:01:17 +00:00
2019-01-04 09:51:09 -05:00
2018-08-23 18:16:28 +00:00
2019-03-13 12:10:35 -05:00
2019-03-29 12:01:12 +01:00
2018-10-03 12:45:37 -05:00
2018-03-14 20:21:31 +00:00
2019-01-21 15:23:30 -06:00
2019-02-21 10:51:42 -05:00