conmon icon indicating copy to clipboard operation
conmon copied to clipboard

Fix sync_pipe_fd validation to include file descriptor 0

Open jnovy opened this issue 3 months ago • 0 comments

Change sync_pipe_fd checks from > 0 to >= 0 to properly handle the case where file descriptor 0 is used for the sync pipe.

Fixes: https://github.com/containers/podman/issues/27335

jnovy avatar Oct 29 '25 18:10 jnovy