Skip to content

Commit

Permalink
[inih] Sifted build.sh into the main inih repo and updated my contact…
Browse files Browse the repository at this point in the history
… info.

Signed-off-by: Arjun <[email protected]>
  • Loading branch information
pkillarjun committed Apr 29, 2024
1 parent d570417 commit 0264b82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
6 changes: 4 additions & 2 deletions projects/inih/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update
RUN git clone https://github.com/benhoyt/inih
COPY build.sh $SRC/
RUN git clone https://github.com/benhoyt/inih.git
RUN git clone https://github.com/pkillarjun/oss-fuzz-src.git
RUN cp $SRC/oss-fuzz-src/inih/* $SRC/inih/fuzzing/
RUN cp $SRC/inih/fuzzing/oss-fuzz.sh $SRC/build.sh
WORKDIR $SRC/inih/
23 changes: 0 additions & 23 deletions projects/inih/build.sh

This file was deleted.

2 changes: 1 addition & 1 deletion projects/inih/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ homepage: "https://github.com/benhoyt/inih"
language: c
primary_contact: "[email protected]"
auto_ccs:
- "ajsinghyadav00@gmail.com"
- "pkillarjun@protonmail.com"
fuzzing_engines:
- libfuzzer
- afl
Expand Down

0 comments on commit 0264b82

Please sign in to comment.