Next Classic Unix Security Problems 18

Race conditions

        if (access(Y, R_OK)) /* readable */
          fd = open(Y, O_RDONLY);
        else ...

Next Copyright © 2005 M. J. Dominus