aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--projects/s2opc/Dockerfile2
-rwxr-xr-xprojects/s2opc/build.sh2
-rw-r--r--projects/s2opc/project.yaml4
3 files changed, 6 insertions, 2 deletions
diff --git a/projects/s2opc/Dockerfile b/projects/s2opc/Dockerfile
index eee967f9..3358e14a 100644
--- a/projects/s2opc/Dockerfile
+++ b/projects/s2opc/Dockerfile
@@ -1,4 +1,4 @@
-# Copyright 2018 Google Inc.
+# Copyright 2019 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/projects/s2opc/build.sh b/projects/s2opc/build.sh
index 6376fd7a..c1b5f8d2 100755
--- a/projects/s2opc/build.sh
+++ b/projects/s2opc/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash -eu
#
-# Copyright 2018 Google Inc.
+# Copyright 2019 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/projects/s2opc/project.yaml b/projects/s2opc/project.yaml
index 27638f3f..d9b99719 100644
--- a/projects/s2opc/project.yaml
+++ b/projects/s2opc/project.yaml
@@ -3,3 +3,7 @@ primary_contact: "pab.systerel@gmail.com"
auto_ccs:
- "mcl.systerel@gmail.com"
- "vincent.lacroix@systerel.fr"
+sanitizers:
+ - address
+ - memory
+ - undefined