Module Name: src
Committed By: kamil
Date: Sun Aug 5 13:24:56 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Register micro-UBSan in CHANGES.
There are 3 entries:
- Import of the clean-room reimplementation of the runtime.
- uUBSan (user-UBSan) integration with MKLIBCSANITIZER.
- kUBSan (kernel-UBSan) integration as KUBSAN.
To generate a diff of this commit:
cvs rdiff -u -r1.2416 -r1.2417 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2416 src/doc/CHANGES:1.2417
--- src/doc/CHANGES:1.2416 Wed Aug 1 13:41:26 2018
+++ src/doc/CHANGES Sun Aug 5 13:24:56 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2416 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2417 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -186,4 +186,9 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
[maxv 20180726]
tea5767radio(4): Add Philips/NXP TEA5767 I2C-controlled stereo FM radio
driver. [rkujawa 20180727]
-
+ UBSan: Imported a clean-room reimplementation of the sanitizer runtime
+ called micro-UBSan. [kamil 20180803]
+ uUBSan: Added support for micro-UBSan (user-UBSan) in MKLIBCSANITIZER.
+ [kamil 20180803]
+ kUBSan: Added support for micro-UBSan (kernel-UBSan) as KUBSAN.
+ [kamil 20180803]