Skip to content

Commit

Permalink
[krb5] move fuzzers and build upstream (#11951)
Browse files Browse the repository at this point in the history
[Do Not Merge]

Moved the fuzzer to [krb5 repo](krb5/krb5#1346)
with `build.sh`.

Signed-off-by: Arjun <[email protected]>
  • Loading branch information
pkillarjun authored May 20, 2024
1 parent 368993d commit a3f1d10
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 493 deletions.
8 changes: 3 additions & 5 deletions projects/krb5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf bison flex
RUN git clone --depth 1 https://github.com/krb5/krb5
RUN git clone https://github.com/pkillarjun/oss-fuzz-bloat
COPY build.sh $SRC/
COPY fuzzing/ $SRC/krb5/fuzzing/
RUN apt-get update && apt-get install -y autoconf bison
RUN git clone --depth=1 -b fuzzing https://github.com/pkillarjun/krb5.git
RUN cp $SRC/krb5/src/tests/fuzzing/oss-fuzz.sh $SRC/build.sh
WORKDIR $SRC/krb5/
48 changes: 0 additions & 48 deletions projects/krb5/build.sh

This file was deleted.

43 changes: 0 additions & 43 deletions projects/krb5/fuzzing/Fuzz_chpw.c

This file was deleted.

80 changes: 0 additions & 80 deletions projects/krb5/fuzzing/Fuzz_gss_accept_sec_context.c

This file was deleted.

41 changes: 0 additions & 41 deletions projects/krb5/fuzzing/Fuzz_json.c

This file was deleted.

41 changes: 0 additions & 41 deletions projects/krb5/fuzzing/Fuzz_krb5.c

This file was deleted.

57 changes: 0 additions & 57 deletions projects/krb5/fuzzing/Fuzz_marshal.c

This file was deleted.

38 changes: 0 additions & 38 deletions projects/krb5/fuzzing/Fuzz_ndr.c

This file was deleted.

Loading

0 comments on commit a3f1d10

Please sign in to comment.