Abhishek Arya
6b0a4cf23f
Update project.yaml
2017-02-02 11:30:47 -08:00
Abhishek Arya
f74589a5b4
Update project.yaml
2017-02-02 11:30:26 -08:00
Abhishek Arya
54750666b8
Update project.yaml
2017-02-02 10:59:20 -08:00
Abhishek Arya
6bf58a3b21
Update project.yaml
2017-02-02 10:58:58 -08:00
Abhishek Arya
96802106af
Update project.yaml
2017-02-02 10:58:40 -08:00
Abhishek Arya
52987313bb
Update project.yaml
2017-02-02 10:58:04 -08:00
Mike Aizatsky
eb64699888
[freetype] disabling undefined sanitizer
...
freetype allegedly has lots of integer overflows
#234
2017-02-02 09:39:31 -08:00
Abhishek Arya
b6a6514100
Update Dockerfile
2017-02-02 09:38:08 -08:00
Mike Aizatsky
171a542cd0
[infra] enable undefined sanitizer by default
...
Fixes #234
2017-02-02 09:36:54 -08:00
Abhishek Arya
5c344e9872
Fixes #225
...
trace-pc-guard is enabled everywhere, so this is unneeded.
2017-02-02 09:26:23 -08:00
Tatsuhiro Tsujikawa
73c431c225
Add nghttp2 ( #343 )
2017-02-01 06:39:06 -08:00
Abhishek Arya
e321b99479
Update compile_afl
2017-01-31 12:47:28 -08:00
Abhishek Arya
3125fbeff1
Fixes #263
2017-01-31 11:08:22 -08:00
Abhishek Arya
4d1a6238b6
Update new_project_guide.md
2017-01-31 07:42:27 -08:00
Abhishek Arya
e41c46fa51
Update ideal_integration.md
2017-01-31 07:42:12 -08:00
Max Moroz
832d367dc6
[ffmpeg] Fix renamed fuzz target source code file ( #338 ).
2017-01-31 15:13:31 +01:00
Kostya Serebryany
b74fe4041b
build libFuzzer with -O2 ( #335 )
2017-01-30 20:43:00 -08:00
DamjanJovanovic
9f52050686
Add myself to the libreoffice project.yaml. ( #327 )
2017-01-30 08:23:26 -08:00
Caolán McNamara
eb807bffe6
[libreoffice] add pcx and ras corpus ( #329 )
2017-01-30 11:55:09 +01:00
Abhishek Arya
db690ebaa3
Update github location for libexpat
2017-01-30 01:01:14 -08:00
Abhishek Arya
8699847a42
Fix breakage due to absolute paths in DockerFile
2017-01-26 18:27:42 -08:00
Abhishek Arya
f52193a4b1
Update run_fuzzer
2017-01-26 13:53:56 -08:00
Abhishek Arya
b4f6676dcf
Update reproduce
2017-01-26 13:53:39 -08:00
Abhishek Arya
a789bcc256
Update run_fuzzer
2017-01-26 12:59:30 -08:00
Abhishek Arya
e7e371c0c9
Update reproduce
2017-01-26 12:59:09 -08:00
Caolán McNamara
3858457309
[libreoffice] add eps and pct corpus ( #318 )
2017-01-26 15:31:39 +01:00
davearnold
98ede58df1
Update project.yaml ( #317 )
...
Please add me to the auto_ccs list.
2017-01-25 15:28:57 -08:00
Tim Taubert
71b6b10704
Update NSS project to use the build.sh and fuzzers provided by NSS ( #316 )
...
The current fuzzers have been removed and are now covered by the new QuickDER target.
2017-01-25 13:27:16 -08:00
Kostya Serebryany
8f2c76afd5
better build system description ( #315 )
2017-01-24 17:54:52 -08:00
Oliver Chang
eb014b7706
Update README.md
2017-01-24 12:24:15 -08:00
Kostya Serebryany
9104a53d2b
reduce max_len for freetype
...
... as we now have smaller seeds in the corpus.
2017-01-24 11:32:25 -08:00
Caolán McNamara
9a45707933
[libreoffice] fix typo ( #311 )
2017-01-24 12:49:46 +01:00
Caolán McNamara
904d659d23
[libreoffice] add psd corpus ( #310 )
...
and update dependency cache
2017-01-24 11:34:08 +01:00
Kostya Serebryany
662df1fe24
[infra] add trace-cmp ( #309 )
...
Fixes #291
2017-01-23 15:37:18 -08:00
Martin Matuška
c7608cc5fe
[libarchive] fix wrongly placed parentheses in 89ae65d
( #307 )
2017-01-22 06:22:08 -08:00
Alex Gaynor
f858d8c7db
Allow run_fuzzer command to run with nonlocal docker. ( #306 )
...
By setting the DOCKER_HOST environment variable, all docker invocations will be non-local. This allows run_fuzzer to work in such an environment (as will be the case for many OS X and Windows users).
2017-01-21 14:53:09 -08:00
Abhishek Arya
89ae65d516
Fix compile error in libarchive
2017-01-21 08:19:48 -08:00
Martin Matuška
555a80407b
[libarchive] correctly exit on read error in libarchive_fuzzer.cc ( #305 ) ( #305 )
...
Thanks!
As we are discussing in https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=234#c6
we encourage you to move this file into your repo.
https://github.com/google/oss-fuzz/blob/master/docs/ideal_integration.md
2017-01-20 19:33:38 -08:00
Kostya Serebryany
f1d0beed71
make two icu fuzz targets more useful ( #304 )
2017-01-20 17:40:14 -08:00
Oliver Chang
8b1c72c8cd
Prevent argv[0] from being modified in magic and chewing fuzzers. ( #303 )
...
dirname() may modify the input argument. Changing argv[0] breaks any
libFuzzer functionality that requires it to invoke itself (e.g.
failure-resistant merge, minimize).
2017-01-20 12:54:04 -08:00
Oliver Chang
7617655609
Update fuzzer_environment.md
2017-01-20 11:55:22 -08:00
Oliver Chang
ba369431a5
Update build_status.py
2017-01-20 09:31:51 -08:00
Oliver Chang
a29e84fa96
Cache-Control: no-cache on build status pages.
2017-01-20 09:18:38 -08:00
Max Moroz
66ec90b363
[sqlite3] Harden printf precision limit to 1M.
...
This value is more than enough for real-world applications.
Hardening the limit allows us to find fewer irrelevant OOMs.
2017-01-20 10:52:40 +01:00
Oliver Chang
49baa72f5b
Revert lld changes.
...
Causing:
"==19==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed" everywhere
Revert "[infra] disabling unused command line argument error"
This reverts commit 4332b19a9f
.
Revert "[infra] using lld. Fixes #295 . (#297 )"
This reverts commit 446a6a7534
.
2017-01-19 17:25:20 -08:00
Mike Aizatsky
4332b19a9f
[infra] disabling unused command line argument error
...
several builds fail because of -fuse-ld flag
2017-01-19 14:58:19 -08:00
Mike Aizatsky
446a6a7534
[infra] using lld. Fixes #295 . ( #297 )
2017-01-19 13:14:30 -08:00
Martin Matuška
76f0d8df7f
Add libacl1-dev and libattr1-dev to libarchive build ( #296 )
2017-01-18 14:20:00 -08:00
Kurt Roeckx
d236cda30a
OpenSSL: List of people who should have access to the bugs ( #294 )
2017-01-18 12:53:31 -08:00
Mike Aizatsky
b32dc64e8a
[infra] using trace-pc-guard by default. Fxes #84 ( #292 )
2017-01-18 12:34:22 -08:00