mirror of https://github.com/google/oss-fuzz.git
[s2opc] Address review comments (#2348).
This commit is contained in:
parent
18b9c57f4e
commit
a9c4e0fa07
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -3,3 +3,7 @@ primary_contact: "pab.systerel@gmail.com"
|
|||
auto_ccs:
|
||||
- "mcl.systerel@gmail.com"
|
||||
- "vincent.lacroix@systerel.fr"
|
||||
sanitizers:
|
||||
- address
|
||||
- memory
|
||||
- undefined
|
||||
|
|
Loading…
Reference in New Issue