X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffaccessat.texi;h=b553beabafada30a268de2905e5d876e0a2e6344;hb=a155c5688ab059c1c2fff7f132116b455ddb37ba;hp=f1d7be096e3bd18515d26434fe91c09a9eca880c;hpb=396ef4ef06e423ba882bbe65ad70ab0b06332a7b;p=gnulib.git diff --git a/doc/posix-functions/faccessat.texi b/doc/posix-functions/faccessat.texi index f1d7be096..b553beaba 100644 --- a/doc/posix-functions/faccessat.texi +++ b/doc/posix-functions/faccessat.texi @@ -19,8 +19,12 @@ it is not safe to be used in libraries and is not multithread-safe. Portability problems not fixed by Gnulib: @itemize +@end itemize + +Other problems of this function: +@itemize @item There is an inherent race between calling this function and performing -some action based on the results; you should think twice before -trusting this function in a set-uid or set-gid program. +some action based on the results; you should think twice before trusting +this function, especially in a set-uid or set-gid program. @end itemize