New AT_ flags for restricting pathname lookup
New AT_ flags for restricting pathname lookup
Posted Oct 7, 2018 19:27 UTC (Sun) by rweikusat2 (subscriber, #117920)In reply to: New AT_ flags for restricting pathname lookup by rweikusat2
Parent article: New AT_ flags for restricting pathname lookup
rc = fstatat(dirfd, d_ent->d_name, &, 0);
This should have been
rc = fstatat(dirfd, d_ent->d_name, &st, 0);
and was but got deleted when "htmlifying" the source ... :-(
