Set O_EXCL

This commit is contained in:
Kurt Zeilenga 2002-08-05 19:49:27 +00:00
parent 5972fb95f4
commit 9c9bd4d5ab

View file

@ -357,7 +357,7 @@ main( int argc, char **argv )
}
if ( copyfname != NULL ) {
if ( ( ld->ld_sb->sb_fd = open( copyfname, O_WRONLY | O_CREAT,
if ( ( ld->ld_sb->sb_fd = open( copyfname, O_WRONLY|O_CREAT|O_EXCL,
0600 )) == -1 ) {
perror( copyfname );
exit ( EXIT_FAILURE );