mirror of https://github.com/google/oss-fuzz.git
hiredis: enable afl and cleanup project.yaml (#5157)
* hiredis: enable afl. * hiredis: fix build. * removed unneeded fixes. * Fix dockerfile.
This commit is contained in:
parent
13214d9353
commit
aeb6f092e6
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2018 Google Inc.
|
||||
# Copyright 2021 Google LLC
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash -eu
|
||||
# Copyright 2020 Google Inc.
|
||||
# Copyright 2021 Google LLC
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
homepage: "https://github.com/redis/hiredis"
|
||||
primary_contact: "michael.grunder@gmail.com"
|
||||
language: c
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- honggfuzz
|
||||
auto_ccs:
|
||||
- "Adam@adalogics.com"
|
||||
main_repo: "https://github.com/redis/hiredis"
|
||||
|
|
Loading…
Reference in New Issue