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
Benoît Blanchon
fddc314e69
[arduinojson] disable msan & change primary contact ( #290 )
...
* add project ArduinoJson
* [arduinojson] disable msan as it's causing a false positive
* [arduinojson] change primary contact
2017-01-18 08:19:50 -08:00
Kostya Serebryany
4a93f93813
add more seeds for freetype2 ( #288 )
2017-01-17 16:40:26 -08:00
andrey-zelenkov
56964a89f5
Add nginx ( #285 )
2017-01-17 13:08:25 -08:00
Abhishek Arya
1e19160ae3
Update reproducing.md
2017-01-17 10:31:19 -08:00
Nikias Bassen
4b0e0132d6
Add libplist ( #280 )
2017-01-17 09:13:36 -08:00
Joseph Bisch
7e7b316a78
Fix irssi fuzzer ( #282 )
2017-01-16 13:32:31 -08:00
Kostya Serebryany
aa8e68791d
Update project.yaml
2017-01-16 12:46:13 -08:00
Max Moroz
b6b0315ae2
Add a reference to libFuzzer workshop in README.md. ( #281 )
2017-01-16 12:15:30 -08:00
Abhishek Arya
086116d40e
Update fuzzer_environment.md
2017-01-14 12:20:48 -08:00
Abhishek Arya
38e4301909
Update new_project_guide.md
2017-01-14 12:13:15 -08:00
Abhishek Arya
fe049a42ad
Update new_project_guide.md
2017-01-14 11:46:45 -08:00
Abhishek Arya
4e18a43a97
Update build.sh
2017-01-14 11:28:47 -08:00
Joseph Bisch
f51cd3f99e
Add initial build.sh and Dockerfile for irssi ( #279 )
2017-01-14 11:27:40 -08:00
Mike Aizatsky
e945f6532f
Update Jenkinsfile
2017-01-13 11:49:09 -08:00
Caolán McNamara
19fc467869
[libreoffice] add more file format corpuses ( #276 )
2017-01-12 14:22:18 +01:00
Dominic Cooney
7645ddef6b
Add dominicc@ to auto_ccs for libxml2 fuzzing. ( #275 )
...
I maintain libxml in Chromium and would like to see what oss-fuzz finds in libxml.
2017-01-12 08:13:56 +01:00
Nick Mathewson
d3baeabd5c
Use my gmail address in Tor auto_ccs ( #274 )
...
(This on the theory that it will let me log in to the various
login-only services associated with oss-fuzz.)
2017-01-11 11:23:40 -08:00
Kostya Serebryany
0f376df509
add ubsan to tor
2017-01-11 10:59:27 -08:00
Mike Aizatsky
6f23387fa8
[tor] static linking of libraries
...
@nmathewson
2017-01-10 15:09:29 -08:00
Khaled Hosny
28457bcd59
Update OTS project ( #270 )
...
Fixes #189 .
2017-01-10 14:34:32 -08:00
Abhishek Arya
d4151c7364
Update fuzzer_environment.md
2017-01-10 12:44:14 -08:00
Nick Mathewson
3d351a0883
Build tor fuzzing binaries with static libevent linkage ( #267 )
...
* Remove true && true &&...
Don't ask.
* Link libevent statically in tor build.sh
2017-01-10 12:32:01 -08:00
Benoît Blanchon
da92a7d062
add project ArduinoJson ( #257 )
2017-01-10 11:06:20 -08:00
Caolán McNamara
ea0d6bd0ff
add xpm and svm corpuses ( #266 )
2017-01-09 13:30:59 -08:00
Nick Mathewson
11985a0665
Tor oss fuzzing configuration ( #265 )
...
* Initial attempts at getting Tor to build in oss-fuzz docker.
* add automake/autoconf
* More work
* more fixes for tor
* copyright notice, corpora.
* zip correctly.
2017-01-09 11:32:36 -08:00
Franziskus Kiefer
ca634ceaf1
Update project.yaml ( #262 )
...
add ubsan
2017-01-09 10:50:20 -08:00
Franziskus Kiefer
6fada1e132
Update project.yaml ( #261 )
...
fixed email address
2017-01-09 10:15:00 -08:00
Franziskus Kiefer
18d7befcd8
Update project.yaml ( #260 )
2017-01-09 10:12:43 -08:00
Alex Gaynor
bdfb4e9bba
[libyaml] run ubsan as well ( #258 )
2017-01-08 18:03:11 -08:00
David Benjamin
2f2fab419c
Add BoringSSL contact info. ( #255 )
2017-01-08 06:03:52 -08:00