[s2opc] Address review comments (#2348).

This commit is contained in:
Max Moroz 2019-05-02 11:24:41 -07:00
parent 18b9c57f4e
commit a9c4e0fa07
3 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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.

View File

@ -3,3 +3,7 @@ primary_contact: "pab.systerel@gmail.com"
auto_ccs:
- "mcl.systerel@gmail.com"
- "vincent.lacroix@systerel.fr"
sanitizers:
- address
- memory
- undefined