qt5base-lts/src
Pino Toscano 7c54988b1b Avoid a stack buffer when not needed
Allocate a PATH_MAX-sized buffer on stack only in case we are not using
realpath(X, null), i.e. on platforms with older POSIX versions, macOS,
or Android.

This fixes the build on platforms that do not have PATH_MAX (e.g.
GNU/Hurd), and it provides a minor optimization on realpath(X, null)
platforms.

Change-Id: Icd92a1b15ec18c5eef8113408e9610dfac774101
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-02-11 15:36:02 +01:00
..
3rdparty SQLite: Update SQLite to v3.37.0 2022-01-06 13:55:53 +00:00
android Android: Re-focus focused accessibility node after orientation change 2022-02-09 21:46:25 +01:00
concurrent Fix memory leak in QtConcurrent::run when called with a NULL QThreadPool 2022-01-24 22:40:35 +01:00
corelib Avoid a stack buffer when not needed 2022-02-11 15:36:02 +01:00
dbus Doc: Fix minor grammar issues in qtdbus-index 2022-02-09 15:17:53 +01:00
entrypoint QtBase: replace windows.h with qt_windows.h 2021-11-23 12:53:46 +08:00
gui Fix compiling with C++20 on macOS 2022-02-10 12:54:36 +00:00
network qtextstream.h: streamline includes 2022-02-10 04:34:13 +01:00
opengl Fix run time failure for UI autotests (INTEGRITY) 2022-01-25 02:59:36 +02:00
openglwidgets Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
platformsupport evdev: Prevent race condition in touch events processing 2022-01-26 01:01:31 +00:00
plugins Set Roboto as the default font on Android 2022-02-10 15:43:00 +01:00
printsupport Remove unused .qrc files 2022-01-17 23:17:01 +01:00
sql Check for null driver() before trying to exec() 2022-01-25 16:18:35 +01:00
testlib macOS: Don't print stack trace via lldb on test failure if SIP prevents it 2022-02-09 18:19:57 +01:00
tools Android: document how to handle code that loads QML from strings 2022-02-10 01:45:10 +02:00
widgets QMdiSubwindow: respect minimum size of subwidgets when shown maximized 2022-02-11 07:03:24 +01:00
xml Remove QXml* from bootstrap lib 2022-02-09 19:49:37 +01:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00