hiredis: enable afl and cleanup project.yaml (#5157)

* hiredis: enable afl.

* hiredis: fix build.

* removed unneeded fixes.

* Fix dockerfile.
This commit is contained in:
DavidKorczynski 2021-02-10 17:06:05 +00:00 committed by GitHub
parent 13214d9353
commit aeb6f092e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2018 Google Inc. # Copyright 2021 Google LLC
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
#!/bin/bash -eu #!/bin/bash -eu
# Copyright 2020 Google Inc. # Copyright 2021 Google LLC
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@ -1,9 +1,6 @@
homepage: "https://github.com/redis/hiredis" homepage: "https://github.com/redis/hiredis"
primary_contact: "michael.grunder@gmail.com" primary_contact: "michael.grunder@gmail.com"
language: c language: c
fuzzing_engines:
- libfuzzer
- honggfuzz
auto_ccs: auto_ccs:
- "Adam@adalogics.com" - "Adam@adalogics.com"
main_repo: "https://github.com/redis/hiredis" main_repo: "https://github.com/redis/hiredis"