]> source.dussan.org Git - tigervnc.git/commit
Xvnc: do not use dup2() to create a file descriptor for -inetd option 1714/head
authorJan Grulich <jgrulich@redhat.com>
Mon, 8 Jan 2024 12:19:01 +0000 (13:19 +0100)
committerJan Grulich <jgrulich@redhat.com>
Mon, 8 Jan 2024 13:28:01 +0000 (14:28 +0100)
commit7a9773a303458920a1dfc49e1406e254935ad42d
treed31e56684e5799509cef805314152f27e51a5f62
parentfc066ebfb14a3ceb53faa7b6567b35207871c39b
Xvnc: do not use dup2() to create a file descriptor for -inetd option

Use dup() instead to get an available file descriptor to avoid hijacking
already existing descriptor.

Fixes #1709
unix/xserver/hw/vnc/xvnc.c