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
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
c5b3ce0
tests: Silence cppcheck false positive (fixes #284)
hartwork Jul 17, 2019
d4d8d48
xmltok.c: Use memcpy instead of copying single bytes (fixes #282)
hartwork Jul 17, 2019
c906acd
xmlwf: Ensure that STDMETHODIMP_ is defined for cppcheck (fixes #285)
hartwork Jul 17, 2019
10c2354
AppVeyor: Drop "clone_depth: 1" because subsequent pushes were failin…
hartwork Jul 17, 2019
9c9d0d1
runtests.c: Address cppcheck warning (fixes #283)
hartwork Jul 17, 2019
21e11f7
internal.h: Fix UNUSED_P for GCC 3.3 (fixes #288)
hartwork Jul 20, 2019
54f1dff
added shebang and comments to clean_coverage script
Oct 21, 2018
224c217
clean_coverage.sh: Use portable shebang
hartwork Jul 20, 2019
926880c
Merge branch 'marcomaggi-shell-scripts-review.marcomaggi-2018-10-21' …
hartwork Jul 20, 2019
3f8e28f
fixed use of compilation flags in coverage script (#229)
Oct 22, 2018
88cf657
Travis CI: Drop "git.depth: 1" because subsequent pushes were failing…
hartwork Jul 20, 2019
3e3dc1f
cleaner test for mingw as host system
Oct 28, 2018
9d6915a
configure.ac: Adhust spelling of MinGW
hartwork Jul 21, 2019
0fa72e8
configure.ac: Use curly braces for variable
hartwork Jul 21, 2019
9f9e940
Merge branch 'marcomaggi-cleaner-test-for-mingw.marcomaggi-2018-10-28…
hartwork Jul 21, 2019
be784f0
runtests.c: Address warnings about variable shadowing
hartwork Jul 22, 2019
775cfba
fixed warning about potential null pointer dereference
Oct 30, 2018
b21ab1d
Merge branch 'solve-warnings.marcomaggi-2018-10-30' (fixes #235)
hartwork Jul 22, 2019
d71e3c8
AppVeyor|Travis: Re-introduce clone depth
hartwork Jul 22, 2019
99cc61c
qa.sh: Dump compiler version
hartwork Jul 22, 2019
abc1011
Travis CI: Use Clang 9 on Linux
hartwork Jul 22, 2019
1a7b1a7
Merge branch 'travis-clang-9'
hartwork Jul 22, 2019
0a917b3
Integrate cppcheck with travis-ci for libexpat
manish3kumar Jul 22, 2019
3270bba
Merge pull request #290 from manish3kumar/integrate-sa
hartwork Jul 23, 2019
39dec00
Travis CI: Drop "sudo: required"
hartwork Jul 24, 2019
c6ef133
runtests.c: Reduce code duplication
hartwork Jul 26, 2019
ce03de2
runtests.c: Pull semicolon out of braces
hartwork Jul 26, 2019
3053f53
xmlparse.c: Address Clang Static Analyzer false positive (#295)
hartwork Jul 27, 2019
8a39eed
runtests.c: Address null pointer warnings by Clang Static Analyzer
hartwork Jul 27, 2019
ff0606b
structdata.c: Address Clang Static Analyzer warnings (#294)
hartwork Jul 27, 2019
b37d45a
Merge branch 'clang-static-analyzer'
hartwork Jul 27, 2019
8a32704
Changes: Add missing entries
hartwork Jul 27, 2019
c174c05
expat.h: Drop OpenVMS support leftover (#14)
hartwork Jul 28, 2019
42d9047
Travis CI: Move cppcheck according to alphabetic order
hartwork Jul 28, 2019
b306ee9
minicheck.c: Fix volatile variables (#235)
Oct 30, 2018
689d924
qa.sh: Pass command line arguments to ./configure
catenacyber Jul 28, 2019
ad73aa0
Travis CI: Pass ${CONFIGURE_ARGS} to ./qa.sh
catenacyber Jul 28, 2019
e10fb3a
Merge pull request #296 from libexpat/fix-qa-sh-integration
hartwork Jul 29, 2019
55854c9
xmlwf: Drop COM code
hartwork Jul 17, 2019
ef075b0
Changes: Document #286
hartwork Jul 29, 2019
3c3d66a
Merge branch 'drop-xmlwf-com-code' (#286)
hartwork Jul 29, 2019
0ff0d45
qa.sh: Show tests/runtests*.log on "make check" failure for MinGW
hartwork Jul 28, 2019
f0b8636
qa.sh: Add missing DLL symlinks for MinGW
hartwork Jul 28, 2019
3a3f873
Makefile.am: Make "run-xmltest" robust to wine error output
hartwork Jul 29, 2019
eb8d19e
Travis CI: Compress some whitespace for upcoming extension
hartwork Jul 30, 2019
356d484
Travis CI: Cover MinGW
hartwork Jul 30, 2019
5b365c7
Merge branch 'issue-266-make-travis-ci-cover-mingw' (#266)
hartwork Jul 30, 2019
da2bc32
.clang-format: Pin clang-format 8 default style
hartwork Jul 24, 2019
91abe04
.clang-format: Update to clang-format 9 default style
hartwork Jul 25, 2019
8849563
.clang-format: Tune
hartwork Jul 24, 2019
090b1cb
Travis CI: Integrate clang-format 9
hartwork Jul 24, 2019
51ba984
.clang-format: Comment out AlignConsecutiveMacros
hartwork Jul 25, 2019
61b010b
xmltok_impl.c: Re-format use of LEAD_CASE macro
hartwork Jul 26, 2019
65fcabb
runtests.c: Mark some sections as to be excluded by clang-format
hartwork Jul 26, 2019
c951711
siphash.h: Prepare for application of clang-format
hartwork Jul 28, 2019
d248bbd
Mass-apply clang-format 9 using ./apply-clang-format.sh
Aug 3, 2019
f485410
Changes: Document mass-application of clang-format 9
hartwork Aug 3, 2019
1f2ecfb
Merge branch 'clang-format-9' (#293, fixes #24)
hartwork Aug 4, 2019
4007706
xmlparse.c: Fix effect of XML_StopParser for end element handlers (#240)
hartwork Jul 31, 2019
ee4581a
runtests.c: Add two test cases for/from issue #240
hartwork Jul 31, 2019
8790211
Changes: Document fix to #240
hartwork Jul 31, 2019
82ea946
Merge pull request #298 from libexpat/issue-240-stopping-parser-from-…
hartwork Aug 7, 2019
c5a2867
Make win32 stdlib.h define rand_s(), add writeRandomBytes_rand_s().
david-loffredo Aug 7, 2019
5d34a70
replace loadlibrary.c and RtlGenRandom call with rand_s() on windows
david-loffredo Aug 7, 2019
8c1d9c1
Changes: Document #299 and #302
hartwork Aug 7, 2019
8a935ff
xmlparse.c: Mention rand_s with stdlib include
hartwork Aug 7, 2019
e9db1a7
Merge branch 'david-loffredo-rand_s-test' (#302, fixes #299)
hartwork Aug 7, 2019
0907d8c
tests: fuzz target integration
catenacyber Jul 22, 2019
c754c68
Minor changes from code review
catenacyber Jul 29, 2019
c917b05
regrouping in only one if HAS_SANITIZEFUZZER
catenacyber Jul 29, 2019
b54b2a0
Set UBSAN_OPTIONS to empty if not previously set
catenacyber Jul 29, 2019
b377598
Dropping comment
catenacyber Jul 30, 2019
0bb0a06
Less low level compile flags test
catenacyber Jul 30, 2019
8f1a7c1
move libexpat to new organization and introduce fuzzing regression
yevgenypats Aug 10, 2019
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

fixed use of compilation flags in coverage script (libexpat#229)

  • Loading branch information
Marco Maggi authored and hartwork committed Oct 22, 2018
commit 3f8e28f3cbcd29cecfc425886efac95d63c57bb6
@@ -113,8 +113,8 @@ _run() {
cd "${build_dir}"

_configure \
CFLAGS="${BASE_FLAGS}" \
CXXFLAGS="${BASE_FLAGS}"
CFLAGS="${CFLAGS}" \
CXXFLAGS="${CXXFLAGS}"

(
set -x
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.