PERFORCE change 167151 for review

Robert Watson rwatson at FreeBSD.org
Sun Aug 9 22:42:32 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=167151

Change 167151 by rwatson at rwatson_freebsd_capabilities on 2009/08/09 22:41:33

	Temporarily disable assertion which now fires in capability mode.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf/rtld.c#25 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf/rtld.c#25 (text+ko) ====

@@ -1449,10 +1449,16 @@
 	objtmp.dynamic = rtld_dynamic(&objtmp);
 	digest_dynamic(&objtmp, 1);
 	assert(objtmp.needed == NULL);
+#if 0
+	/*
+	 * XXXRW: For reasons as yet undetermined, this assertion fires in
+	 * capability mode.
+	 */
 #if !defined(__mips__)
 	/* MIPS and SH{3,5} have a bogus DT_TEXTREL. */
 	assert(!objtmp.textrel);
 #endif
+#endif
 
 	/*
 	 * Temporarily put the dynamic linker entry into the object list, so


More information about the p4-projects mailing list