Time-of-check to time-of-use: Difference between revisions

Content deleted Content added
Examples: Fix argument order of call to symlink (see symlink man page)
Line 39:
// After the access check
//
symlink("file", "/etc/passwd", "file");
 
// Before the open, "file" points to the password database