[qt/clang/llvm-project]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/clang/llvm-project Pushed by mirror-service into branch 'upstream/users/jtstogel/realpath/follow-symlinks'. Changed from 01b8b7cd0199a1b990b1509188ac6106ed45787e to aef88c38590864980195f0688b482e295d773d12 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit aef88c38590864980195f0688b482e295d773d12 by jtstogel on 27/07/2026 at 15:34.. [libc][realpath] Follow symlinks This commit updates realpath to call readlinkat on symlinks during path resolution. In order to do, it updates `PendingPath` to store a `cpp::string` that is prepended with a symlink target when resolved. This could be more efficient by using a `PATH_MAX` buffer and storing the path at the end of the buffer, but using a `cpp::string` avoids the pointer arithmetic and manual memory management that comes with that approach. https://invent.kde.org/qt/clang/llvm-project/-/commit/aef88c38590864980195f0688b482e295d773d12