mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
On GCC before 11, IPA can make the fortified realpath aware that the buffer size is not large enough (8 bytes instead of PATH_MAX bytes). Fix this by using a buffer that is large enough.azanella/alloca-removal
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue