Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uptests: fuzz target integration #1
Open
+13,087
−15,307
Conversation
…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.
…ixes libexpat#229)
fixes libexpat#231)
d531d9f
to
fa190d0
Signed-off-by: Manish, Kumar <manish3.kumar@intel.com>
This will make clang-format 9 produce stable results.
Many thanks to Rolf Ade (@pointsman)!
…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
4955f4b
to
a77866c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
catenacyber commentedJul 22, 2019
And fuzzit integration with Travis
Draft PR to test Travis