Avoid unconditional PATH_MAX usage
authorPino Toscano <toscano.pino@tiscali.it>
Thu, 28 May 2026 21:30:55 +0000 (21:30 +0000)
committerRaspbian forward porter <root@raspbian.org>
Thu, 28 May 2026 21:30:55 +0000 (21:30 +0000)
commita5e8128d36fab5931884b3eaa3e5eb72b5ed4ade
treebae1f5d1e77cee789ab6f1312cae68e9f4144ca6
parente874ba7a319294f5707882adb2a8f2e918d20817
Avoid unconditional PATH_MAX usage

Forwarded: no
Last-Update: 2020-04-19

Use a "safe" size in case PATH_MAX is not defined; in the end, this should not
be used, as a allocating realpath() will be used instead.

Gbp-Pq: Name path_max.diff
src/corelib/io/qfilesystemengine_unix.cpp