Skip to content
  • Manuel Stoeckl's avatar
    connection: do not abort when dup(fd) fails · 9d63c9ff
    Manuel Stoeckl authored and Simon Ser's avatar Simon Ser committed
    
    
    Instead, cleanly exit wl_closure_marshal and let the caller handler
    the error. For wayland-client, the sole calling function will call
    wl_abort() anyway. For wayland-server, the calling function will
    cleanly shutdown the client.
    
    This change ensures that compositors run with low file descriptor
    limits or internal leaks need not crash suddenly (and sometimes
    far from the problem) when space runs out.
    
    Signed-off-by: default avatarManuel Stoeckl <code@mstoeckl.com>
    9d63c9ff