Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/misc
Module Name: src
Committed By: kamil
Date: Fri Aug 3 04:29:35 UTC 2018
Modified Files:
src/lib/libc/misc: Makefile.inc
Log Message:
Add a support to build ubsan.c in libc
Under the condition of MKLIBCSANITIZER==yes link ubsan.c into libc.
This is a clean-room reimplementation from scratch of the Undefined
Behavior runtime called micro-UBSan (or uBSan - user-UBSan).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/misc/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index