Module Name:    src
Committed By:   kamil
Date:           Wed Jul 25 23:52:38 UTC 2018

Modified Files:
        src/rescue: Makefile

Log Message:
Specify NOLIBCSANITIZER for rescue

The rescue image could be sanitized with a sanitizer in libc, but it's left
for future as a possible research.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/rescue/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/rescue/Makefile
diff -u src/rescue/Makefile:1.34 src/rescue/Makefile:1.35
--- src/rescue/Makefile:1.34	Thu Jun 21 10:44:01 2018
+++ src/rescue/Makefile	Wed Jul 25 23:52:38 2018
@@ -1,5 +1,6 @@
-#	$NetBSD: Makefile,v 1.34 2018/06/21 10:44:01 kamil Exp $
+#	$NetBSD: Makefile,v 1.35 2018/07/25 23:52:38 kamil Exp $
 
+NOLIBCSANITIZER=	# defined
 NOSANITIZER=		# defined
 
 .include <bsd.own.mk>

Reply via email to