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

tests: fuzz target integration #1

Open
wants to merge 74 commits into
base: master
from
Open

tests: fuzz target integration #1

wants to merge 74 commits into from

Conversation

@catenacyber
Copy link
Collaborator

catenacyber commented Jul 22, 2019

And fuzzit integration with Travis

Draft PR to test Travis

hartwork and others added 15 commits Jul 17, 2019
)

Fixes cppcheck's complaint as a side-effect.
…g ongoing builds

Symptom:
  Build started
  git config --global core.autocrlf input
  git clone -q --depth=1 --branch=master https://github.com/libexpat/libexpat.git c:\projects\libexpat
  git checkout -qf d4d8d48
  fatal: reference is not a tree: d4d8d48

Cause:
  A more recent push made d4d8d48
  the second-last commit so that --depth=1 would create a commit
  graph without that commit.

Documented at:
https://www.appveyor.com/docs/how-to/repository-shallow-clone/#setting-depth-of-git-clone-command
[tests/runtests.c:647]: (error) Address of local auto-variable assigned to a function parameter.
… ongoing builds

See 10c2354 for AppVeyor and more details.
@catenacyber catenacyber force-pushed the fuzzit-integration branch 5 times, most recently from d531d9f to fa190d0 Jul 22, 2019
hartwork and others added 7 commits Jul 22, 2019
Depth 1 made surpassed pushed fail so it was dropped.
No depth limit wastes time and hardware resources though, and
has some risk that depth 1 will be re-introduced, by mistake.
So let's try 50 now.

Related commits:
- 10c2354 — AppVeyor
- 88cf657 — Travis
@catenacyber catenacyber force-pushed the fuzzit-integration branch from fa190d0 to 5a192b4 Jul 23, 2019
Signed-off-by: Manish, Kumar <manish3.kumar@intel.com>
@catenacyber catenacyber force-pushed the fuzzit-integration branch from 5a192b4 to fdb29f2 Jul 23, 2019
hartwork and others added 20 commits Jul 26, 2019
This will make clang-format 9 produce stable results.
…er-from-inside-end-element-handler

Fix stopping parser from inside end element handler (libexpat#240)
Signed-off-by: David Loffredo <loffredo@steptools.com>
Signed-off-by: David Loffredo <loffredo@steptools.com>
And fuzzit integration with Travis
@yevgenypats yevgenypats force-pushed the fuzzit-integration branch 8 times, most recently from 4955f4b to a77866c Aug 10, 2019
@yevgenypats yevgenypats force-pushed the fuzzit-integration branch from a77866c to 8f1a7c1 Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.