From 9c9bd4d5ab8dc85cd3d9d48d98c0749680b9bc3c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 5 Aug 2002 19:49:27 +0000 Subject: [PATCH] Set O_EXCL --- libraries/libldap/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap/test.c b/libraries/libldap/test.c index 05e9cf90f8..1300418abc 100644 --- a/libraries/libldap/test.c +++ b/libraries/libldap/test.c @@ -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 ); -- 2.39.5