From cb4da22cf422afc06c0c6885e9472883053dca4a Mon Sep 17 00:00:00 2001 From: Harish Mahendrakar Date: Wed, 22 Mar 2023 07:19:05 -0700 Subject: [PATCH] [libavc, libhevc, libmpeg2]: Enable undefined sanitizer (#9975) --- projects/libavc/project.yaml | 2 ++ projects/libhevc/project.yaml | 2 ++ projects/libmpeg2/project.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/projects/libavc/project.yaml b/projects/libavc/project.yaml index 57f27d1b0..21365b0b2 100644 --- a/projects/libavc/project.yaml +++ b/projects/libavc/project.yaml @@ -4,6 +4,8 @@ primary_contact: "harish.mahendrakar@ittiam.com" sanitizers: - address - memory + - undefined: + experimental: True auto_ccs: - aadithya.kamath@ittiam.com - ashwin.natesan@ittiam.com diff --git a/projects/libhevc/project.yaml b/projects/libhevc/project.yaml index 975a425fb..eb527b1a4 100644 --- a/projects/libhevc/project.yaml +++ b/projects/libhevc/project.yaml @@ -4,6 +4,8 @@ primary_contact: "harish.mahendrakar@ittiam.com" sanitizers: - address - memory + - undefined: + experimental: True auto_ccs: - aadithya.kamath@ittiam.com - harish.mahendrakar@ittiam.com diff --git a/projects/libmpeg2/project.yaml b/projects/libmpeg2/project.yaml index cd1870ddf..2cd5d624c 100644 --- a/projects/libmpeg2/project.yaml +++ b/projects/libmpeg2/project.yaml @@ -4,6 +4,8 @@ primary_contact: "harish.mahendrakar@ittiam.com" sanitizers: - address - memory + - undefined: + experimental: True auto_ccs: - aadithya.kamath@ittiam.com - harish.mahendrakar@ittiam.com