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
-
tests: Silence cppcheck false positive (fixes libexpat#284)
hartwork committedJul 17, 2019 -
xmltok.c: Use memcpy instead of copying single bytes (fixes libexpat#282
hartwork committedJul 17, 2019 -
xmlwf: Ensure that STDMETHODIMP_ is defined for cppcheck (fixes libex…
hartwork committedJul 17, 2019 -
AppVeyor: Drop "clone_depth: 1" because subsequent pushes were failin…
hartwork committedJul 17, 2019 …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
-
runtests.c: Address cppcheck warning (fixes libexpat#283)
hartwork committedJul 17, 2019 [tests/runtests.c:647]: (error) Address of local auto-variable assigned to a function parameter.
-
internal.h: Fix UNUSED_P for GCC 3.3 (fixes libexpat#288)
hartwork committedJul 20, 2019 -
clean_coverage.sh: Use portable shebang
hartwork committedJul 20, 2019 -
Merge branch 'marcomaggi-shell-scripts-review.marcomaggi-2018-10-21' (f…
hartwork committedJul 20, 2019 …ixes libexpat#229)
-
Travis CI: Drop "git.depth: 1" because subsequent pushes were failing…
hartwork committedJul 20, 2019 … ongoing builds See 10c2354 for AppVeyor and more details.
-
configure.ac: Adhust spelling of MinGW
hartwork committedJul 21, 2019 -
configure.ac: Use curly braces for variable
hartwork committedJul 21, 2019 -
Merge branch 'marcomaggi-cleaner-test-for-mingw.marcomaggi-2018-10-28' (
hartwork committedJul 21, 2019 fixes libexpat#231)
-
runtests.c: Address warnings about variable shadowing
hartwork committedJul 22, 2019 -
Merge branch 'solve-warnings.marcomaggi-2018-10-30' (fixes libexpat#235)
hartwork committedJul 22, 2019 -
AppVeyor|Travis: Re-introduce clone depth
hartwork committedJul 22, 2019 -
hartwork committed
Jul 22, 2019 -
Travis CI: Use Clang 9 on Linux
hartwork committedJul 22, 2019 -
hartwork committed
Jul 22, 2019
-
Integrate cppcheck with travis-ci for libexpat
manish3kumar committedJul 22, 2019 Signed-off-by: Manish, Kumar <manish3.kumar@intel.com>
-
Merge pull request libexpat#290 from manish3kumar/integrate-sa
hartwork committedJul 23, 2019 Integrate cppcheck with travis-ci for libexpat
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Travis CI: Drop "sudo: required"
hartwork committedJul 24, 2019
-
runtests.c: Reduce code duplication
hartwork committedJul 26, 2019 -
runtests.c: Pull semicolon out of braces
hartwork committedJul 26, 2019 -
xmlparse.c: Address Clang Static Analyzer false positive (libexpat#295)
hartwork committedJul 27, 2019 -
runtests.c: Address null pointer warnings by Clang Static Analyzer
hartwork committedJul 27, 2019 -
structdata.c: Address Clang Static Analyzer warnings (libexpat#294)
hartwork committedJul 27, 2019 -
Merge branch 'clang-static-analyzer'
hartwork committedJul 27, 2019
-
hartwork committed
Jul 27, 2019 -
expat.h: Drop OpenVMS support leftover (libexpat#14)
hartwork committedJul 28, 2019 -
Travis CI: Move cppcheck according to alphabetic order
hartwork committedJul 28, 2019
-
Merge pull request libexpat#296 from libexpat/fix-qa-sh-integration
hartwork committedJul 29, 2019 Fix qa.sh integration
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
hartwork committed
Jul 17, 2019 -
Changes: Document libexpat#286
hartwork committedJul 29, 2019 -
Merge branch 'drop-xmlwf-com-code' (libexpat#286)
hartwork committedJul 29, 2019
-
qa.sh: Show tests/runtests*.log on "make check" failure for MinGW
hartwork committedJul 28, 2019 -
qa.sh: Add missing DLL symlinks for MinGW
hartwork committedJul 28, 2019 -
Makefile.am: Make "run-xmltest" robust to wine error output
hartwork committedJul 29, 2019 -
Travis CI: Compress some whitespace for upcoming extension
hartwork committedJul 30, 2019 -
hartwork committed
Jul 30, 2019 -
Merge branch 'issue-266-make-travis-ci-cover-mingw' (libexpat#266)
hartwork committedJul 30, 2019
-
.clang-format: Pin clang-format 8 default style
hartwork committedJul 24, 2019 Trailing whitespace has been removed.
-
.clang-format: Update to clang-format 9 default style
hartwork committedJul 25, 2019 -
hartwork committed
Jul 24, 2019 -
Travis CI: Integrate clang-format 9
hartwork committedJul 24, 2019 -
.clang-format: Comment out AlignConsecutiveMacros
hartwork committedJul 25, 2019 Because clang-format 9.0.0-svn362770-1~exp1+0~20190607061653.2401~1.gbp2444fc on Travis does not yet support it.
-
xmltok_impl.c: Re-format use of LEAD_CASE macro
hartwork committedJul 26, 2019 This will make clang-format 9 produce stable results.
-
runtests.c: Mark some sections as to be excluded by clang-format
hartwork committedJul 26, 2019 This will make clang-format 9 produce stable results.
-
siphash.h: Prepare for application of clang-format
hartwork committedJul 28, 2019 -
Changes: Document mass-application of clang-format 9
hartwork committedAug 3, 2019
-
Merge branch 'clang-format-9' (libexpat#293, fixes libexpat#24)
hartwork committedAug 4, 2019 -
xmlparse.c: Fix effect of XML_StopParser for end element handlers (li…
hartwork committedJul 31, 2019 -
runtests.c: Add two test cases for/from issue libexpat#240
hartwork committedJul 31, 2019 Many thanks to Rolf Ade (@pointsman)!
-
Changes: Document fix to libexpat#240
hartwork committedJul 31, 2019
-
Merge pull request libexpat#298 from libexpat/issue-240-stopping-pars…
hartwork committedAug 7, 2019 …er-from-inside-end-element-handler Fix stopping parser from inside end element handler (libexpat#240)
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Make win32 stdlib.h define rand_s(), add writeRandomBytes_rand_s().
Signed-off-by: David Loffredo <loffredo@steptools.com>
-
replace loadlibrary.c and RtlGenRandom call with rand_s() on windows
Signed-off-by: David Loffredo <loffredo@steptools.com>
-
Changes: Document libexpat#299 and libexpat#302
hartwork committedAug 7, 2019 -
xmlparse.c: Mention rand_s with stdlib include
hartwork committedAug 7, 2019 -
Merge branch 'david-loffredo-rand_s-test' (libexpat#302, fixes libexp…
hartwork committedAug 7, 2019
-
move libexpat to new organization and introduce fuzzing regression
yevgenypats committedAug 10, 2019