Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzing methods #901

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

fix: make sure that fuzzing methods change the octets

24e5da2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Fuzzing methods #901

fix: make sure that fuzzing methods change the octets
24e5da2
Select commit
Loading
Failed to load commit list.
GitHub Actions / cpplint completed Oct 9, 2024 in 1s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (21)

src/zen_fuzzer.c|30| "zen_error.h" already included at src/zen_fuzzer.c:25 [build/include] [4]
src/zen_fuzzer.c|50| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_fuzzer.c|210| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_fuzzer.c|211| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_fuzzer.c|258| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_fuzzer.c|25| src/zen_fuzzer.c should include its header file src/zen_fuzzer.h [build/include] [5]
src/zen_octet.c|2009| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2010| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2011| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2012| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2019| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2021| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2023| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2037| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2055| Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/zen_octet.c|2059| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2091| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2109| Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/zen_octet.c|2121| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2182| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_octet.c|2200| Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]

Filtered Findings (0)

Annotations

Check warning on line 30 in src/zen_fuzzer.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_fuzzer.c#L30

 "zen_error.h" already included at src/zen_fuzzer.c:25  [build/include] [4]
Raw output
src/zen_fuzzer.c:30:  "zen_error.h" already included at src/zen_fuzzer.c:25  [build/include] [4]

Check warning on line 50 in src/zen_fuzzer.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_fuzzer.c#L50

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_fuzzer.c:50:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 210 in src/zen_fuzzer.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_fuzzer.c#L210

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_fuzzer.c:210:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 211 in src/zen_fuzzer.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_fuzzer.c#L211

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_fuzzer.c:211:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 258 in src/zen_fuzzer.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_fuzzer.c#L258

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_fuzzer.c:258:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 25 in src/zen_fuzzer.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_fuzzer.c#L25

 src/zen_fuzzer.c should include its header file src/zen_fuzzer.h  [build/include] [5]
Raw output
src/zen_fuzzer.c:25:  src/zen_fuzzer.c should include its header file src/zen_fuzzer.h  [build/include] [5]

Check warning on line 2009 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2009

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2009:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2010 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2010

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2010:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2011 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2011

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2011:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2012 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2012

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2012:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2019 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2019

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2019:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2021 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2021

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2021:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2023 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2023

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2023:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2037 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2037

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2037:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2055 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2055

 Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
Raw output
src/zen_octet.c:2055:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]

Check warning on line 2059 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2059

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2059:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2091 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2091

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2091:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2109 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2109

 Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
Raw output
src/zen_octet.c:2109:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]

Check warning on line 2121 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2121

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2121:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2182 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2182

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_octet.c:2182:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 2200 in src/zen_octet.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_octet.c#L2200

 Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
Raw output
src/zen_octet.c:2200:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]