mirror of
https://github.com/containers/podman.git
synced 2026-03-17 14:18:09 -04:00
The function which generates and assigns a random port number for the --publish-all functionality was not properly marking some ports as "used". In very rare occasions this can cause a randomly "generated" port to be used twice creating an impossible container configuration. Signed-off-by: telday <ellis.wright@cyberark.com>