Fedora Account System
Red Hat Associate
Red Hat Customer
Previously, resolving relative paths containing parent directory ('..') segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for '..' segments, eliminating the quadratic time complexity and significantly reducing memory allocations.
This issue has been addressed in the following products: Red Hat Enterprise Linux 10 Via RHSA-2026:60306 https://access.redhat.com/errata/RHSA-2026:60306
This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2026:60305 https://access.redhat.com/errata/RHSA-2026:60305
This issue has been addressed in the following products: Red Hat Enterprise Linux 9 Via RHSA-2026:60304 https://access.redhat.com/errata/RHSA-2026:60304