server: add PID race condition disclaimer to wl_client_get_credentials
authorSimon Ser <contact@emersion.fr>
Tue, 31 May 2022 17:23:38 +0000 (19:23 +0200)
committerSimon Ser <contact@emersion.fr>
Wed, 15 Jun 2022 07:57:12 +0000 (07:57 +0000)
commit7eb00b070d8a7ec98f58980862b63a0063c66d6b
tree3700d184d4b0312ab06873b00e49a62552402c8c
parent2fb4cdebbedb2c0468ce331cadafd0dfc83fb08f
server: add PID race condition disclaimer to wl_client_get_credentials

PIDs are re-used and cannot be used to reliably check the identity of
a Wayland client.

Signed-off-by: Simon Ser <contact@emersion.fr>
src/wayland-server.c