From 50336682decc8db71dd882a576f10ee4f6071c8a Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Mon, 29 Jul 2019 11:12:59 -0700 Subject: [PATCH] [ubsan] add useful link to ubsan.c as comment Signed-off-by: Isaku Yamahata --- Pal/lib/ubsan.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Pal/lib/ubsan.c b/Pal/lib/ubsan.c index 8148d28d..e87865db 100644 --- a/Pal/lib/ubsan.c +++ b/Pal/lib/ubsan.c @@ -27,6 +27,12 @@ */ +/* + * NOTE: The following link is very helpful to understand + * the background of this implementation and, why this is suitable + * for Graphene use case. + * https://blog.netbsd.org/tnf/entry/introduction_to_%C2%B5ubsan_a_clean + */ #include "api.h" #include "pal_debug.h"