All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix file descriptor leak
@ 2006-03-29 20:33 Daniel J Walsh
  2006-03-30 17:00 ` Stephen Smalley
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel J Walsh @ 2006-03-29 20:33 UTC (permalink / raw)
  To: Stephen Smalley, SE Linux

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: libsemanage-rhat.patch --]
[-- Type: text/x-patch, Size: 484 bytes --]

diff --exclude-from=exclude -N -u -r nsalibsemanage/src/semanage_store.c libsemanage-1.6.2/src/semanage_store.c
--- nsalibsemanage/src/semanage_store.c	2006-03-10 09:48:01.000000000 -0500
+++ libsemanage-1.6.2/src/semanage_store.c	2006-03-29 14:20:16.000000000 -0500
@@ -1159,6 +1159,8 @@
 		ERR(sh, "Could not open direct %s at %s.", lock_name, lock_file);
 		return -1;
 	}
+	fcntl(fd, FD_CLOEXEC, 0);
+
 	if (sh->timeout == 0) {
 		/* return immediately */
 		origtime.tv_sec = 0;

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-30 19:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-29 20:33 Fix file descriptor leak Daniel J Walsh
2006-03-30 17:00 ` Stephen Smalley
2006-03-30 18:46   ` Daniel J Walsh
2006-03-30 19:50     ` Stephen Smalley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.