From aeb6f092e6bc390caaced93151ad4eccdeaeb2a0 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Wed, 10 Feb 2021 17:06:05 +0000 Subject: [PATCH] hiredis: enable afl and cleanup project.yaml (#5157) * hiredis: enable afl. * hiredis: fix build. * removed unneeded fixes. * Fix dockerfile. --- projects/hiredis/Dockerfile | 2 +- projects/hiredis/build.sh | 2 +- projects/hiredis/project.yaml | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/projects/hiredis/Dockerfile b/projects/hiredis/Dockerfile index 616330f49..3f96259eb 100644 --- a/projects/hiredis/Dockerfile +++ b/projects/hiredis/Dockerfile @@ -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. diff --git a/projects/hiredis/build.sh b/projects/hiredis/build.sh index 9159e8d18..72888bedc 100755 --- a/projects/hiredis/build.sh +++ b/projects/hiredis/build.sh @@ -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. diff --git a/projects/hiredis/project.yaml b/projects/hiredis/project.yaml index 9264b769a..b863fe848 100755 --- a/projects/hiredis/project.yaml +++ b/projects/hiredis/project.yaml @@ -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"