libxcb/src
Samuel Thibault 6a7661f60a Get rid of PATH_MAX
There could be no upper limit on the length of a path according
to POSIX, therefore these macros may not be defined at all on
some systems (such as GNU Hurd). There is however a limit on
sizeof(struct sockaddr_un.sun_path), so use it.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcb/-/merge_requests/65>
2025-07-08 23:05:34 +02:00
..
man generated man pages: use xorg footer and no hard coded extension 2014-01-30 12:10:06 +09:00
.gitignore Build DOUBLE-BUFFER extension. 2022-06-02 13:27:48 -04:00
Makefile.am Build DOUBLE-BUFFER extension. 2022-06-02 13:27:48 -04:00
c_client.py c_client.py: Always open output files in UTF-8 2024-06-06 03:11:02 +08:00
xcb.h add pure & const function attributes suggested by gcc -Wsuggest-attribute 2024-12-15 10:17:22 -08:00
xcb_auth.c Fix a compiler warning 2022-10-16 01:55:30 -04:00
xcb_conn.c xcb_conn: Add a check for NULL to silence a UBSan runtime error 2022-11-26 22:48:00 -08:00
xcb_ext.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcb_in.c Fix integer overflows in xcb_in.c 2021-11-17 12:09:02 -05:00
xcb_list.c Avoid request counter truncation in replies map after 2**32 requests 2021-09-30 17:22:06 +00:00
xcb_out.c Fix a memory leak 2022-01-15 02:32:04 +09:00
xcb_util.c Get rid of PATH_MAX 2025-07-08 23:05:34 +02:00
xcb_windefs.h Remove tabs and trailing whitespaces 2014-03-21 14:35:16 +01:00
xcb_xid.c Use the 'present' field to properly check that the XC-MISC 2020-03-02 19:01:41 +01:00
xcbext.h add pure & const function attributes suggested by gcc -Wsuggest-attribute 2024-12-15 10:17:22 -08:00
xcbint.h add pure & const function attributes suggested by gcc -Wsuggest-attribute 2024-12-15 10:17:22 -08:00