podman/pkg/api/server
Paul Holzinger eb71712626
systemd socker activation: check listener
activation.Listeners() can return an net.Listener array which contains
nil entries if it cannot listen on the given fds. This can cause podman
to panic so we should check the we have non nil net.Listener first.

[NO NEW TESTS NEEDED] No idea how to reproduce this.

Fixes #13911

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-04-21 14:07:54 +02:00
..
idle Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
docs.go Update swagger documentation 2021-12-31 08:43:56 -05:00
handler_api.go bump go module to version 4 2022-01-18 12:47:07 +01:00
handler_logging.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
handler_panic.go bump go module to version 4 2022-01-18 12:47:07 +01:00
handler_rid.go bump go module to version 4 2022-01-18 12:47:07 +01:00
listener_api.go Make podman service log events 2020-11-19 14:42:56 -07:00
register_archive.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_auth.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_containers.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_distribution.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_events.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_exec.go Update swagger to improve compatibility 2022-03-22 15:20:30 -07:00
register_generate.go Handlers for `generate systemd` with custom dependencies 2022-01-19 21:46:16 +05:00
register_healthcheck.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_images.go Revert "images --size" 2022-04-14 10:58:36 +02:00
register_info.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_manifest.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_monitor.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_networks.go Update swagger to improve compatibility 2022-03-22 15:20:30 -07:00
register_ping.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_play.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_plugins.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_pods.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_secrets.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_swagger.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_swarm.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
register_system.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_version.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_volumes.go bump go module to version 4 2022-01-18 12:47:07 +01:00
server.go systemd socker activation: check listener 2022-04-21 14:07:54 +02:00
swagger.go Update swagger to improve compatibility 2022-03-22 15:20:30 -07:00