Max Moroz
926f25ff1e
[sqlite] Add a dictionary for sqlite3_fuzzer.
2016-09-14 15:04:27 +02:00
Max Moroz
5b49cd3dd6
Merge pull request #3 from tanin47/tanin-sqlite3
...
Port sqlite3 fuzzer.
2016-09-14 14:59:16 +02:00
Tanin Na Nakorn
1d740662e7
Port sqlite3 fuzzer
2016-09-13 13:30:32 -07:00
Mike Aizatsky
4d88838907
[infra] printing libfuzzer work location
2016-09-13 13:15:55 -07:00
Max Moroz
ee27eb269d
Merge pull request #2 from wrengr/master
...
Added re2 fuzzer.
2016-09-13 17:00:59 +02:00
mmoroz
b0f69a76cb
Add dictionary and options file for expat parse_fuzzer.
2016-09-13 16:51:29 +02:00
mmoroz
104d81572e
Add libpng fuzzer with a dictionary and a couple of modifications.
2016-09-13 16:45:39 +02:00
wren romano
4eb74efebc
re2/build.sh: removed debugging output stuff
...
We may want to reintroduce it to make the build process prettier
and easier to debug; but we should do it for all the libraries we're
fuzzing, not just this one.
2016-09-12 13:21:33 -07:00
wren romano
2f883db78d
re2/build.sh: got things working despide CXXFLAGS issues
2016-09-12 13:20:18 -07:00
wren romano
8048f473aa
adding re2
2016-09-12 12:56:19 -07:00
wren romano
d59421ca8e
docs/new_library.md: DRYing the commands for making new library directories
2016-09-12 12:55:23 -07:00
Mike Aizatsky
c8c0221867
[infra] running df -h after docker cleanup
2016-09-02 14:23:48 -07:00
Oliver Chang
960e448f9f
[helper] git clone recursively
2016-09-02 10:18:00 -07:00
Oliver Chang
1479b3a76e
[helper] generated build.sh fixes
...
- fix permissions to allow execute
- add examples to template
2016-09-02 09:57:31 -07:00
Oliver Chang
9caeaaca37
zlib fuzzer
...
contributed by inferno@chromium.org
2016-09-02 08:56:53 -07:00
Oliver Chang
a59d45e903
Add missing dependency for libxml2.
2016-09-01 17:03:36 -07:00
Oliver Chang
7082dabbe8
[docs] update new library instructions to use helper script.
2016-09-01 16:44:09 -07:00
Oliver Chang
88d1b06414
Fix libxml2 build script.
2016-09-01 16:39:04 -07:00
Oliver Chang
27b6dec89f
Implement a helper script.
2016-09-01 16:37:12 -07:00
Oliver Chang
3992bf092a
[doc] fix more typos.
2016-09-01 14:05:32 -07:00
Oliver Chang
c2dbd31ca2
[docs] more fixes.
2016-09-01 11:44:06 -07:00
Oliver Chang
5527f7a198
[docs] Some clarifications.
2016-09-01 11:39:23 -07:00
Oliver Chang
6e85c5c079
[infra] fix exception
2016-08-30 17:02:39 -07:00
Oliver Chang
13d28b8f19
[infra] don't try to run .dict or .options files.
2016-08-30 16:56:25 -07:00
Oliver Chang
55017ab56b
libxml2 build
2016-08-30 15:33:40 -07:00
Oliver Chang
af9368ffd1
[docs] minor clarification
2016-08-30 14:32:58 -07:00
Oliver Chang
4e20e344d2
Add documentation about dictionaries and custom options.
2016-08-30 14:20:32 -07:00
Mike Aizatsky
0acb53d535
[docs] updating running instructions
2016-08-30 14:11:35 -07:00
Mike Aizatsky
26f3849a02
[infra] typo fix
2016-08-30 13:22:34 -07:00
Oliver Chang
bcdafbec0e
[infra] optional dockerfile; copy .dict and .options
...
- Remove requirement of specifying dockerfile in Jenkinsfile. Assume it
is in the library directory by deefault.
- Try to copy any *.dict or *.options files to output directory.
2016-08-30 13:08:26 -07:00
Oliver Chang
44f33a3e5a
Add initial documentation for adding a new library.
2016-08-29 13:38:51 -07:00
Mike Aizatsky
6d46d6d0e7
[infra] nits
2016-08-16 13:22:45 -07:00
Mike Aizatsky
3ffd9ebc91
[infra] missing ,
2016-08-16 13:21:58 -07:00
Mike Aizatsky
da4ce50ee9
[infra] do not build msan
...
it conflicts with static-only libc++.
2016-08-16 13:19:33 -07:00
Mike Aizatsky
252aab4514
Update and rename Readme.md to README.md
2016-08-16 13:18:04 -07:00
Mike Aizatsky
cfdeea6230
[infra] writing vcs info into .rev file
2016-08-16 13:15:14 -07:00
Mike Aizatsky
b580229493
[infra] build static libc++ only
2016-08-16 12:56:42 -07:00
Mike Aizatsky
c9f6190beb
Create README.md
2016-08-16 12:53:06 -07:00
Mike Aizatsky
b9103917c5
[infra] build only x86
2016-08-15 15:24:03 -07:00
Mike Aizatsky
5c1713225e
[infra] building msan libc++ variant
2016-08-15 15:13:30 -07:00
Mike Aizatsky
a345222159
gitignore
2016-08-15 14:50:46 -07:00
Mike Aizatsky
59b8be069d
[freetype] statically building libarchive
2016-08-15 09:50:23 -07:00
Mike Aizatsky
22d82c1bbf
[infra] tweaking pipeline
2016-08-11 17:24:19 -07:00
Mike Aizatsky
fa2250c31c
[infra] tweaking pipeline
2016-08-11 17:22:14 -07:00
Mike Aizatsky
d6ce12061a
[infra] run fuzzers before uploading.
2016-08-11 17:13:57 -07:00
Mike Aizatsky
f36e9b176d
[infra] disabling msan build for a while.
2016-08-11 17:02:20 -07:00
Mike Aizatsky
639050133f
[infra] running fuzzers
2016-08-11 16:37:01 -07:00
Mike Aizatsky
9cad3be3df
[infra] running fuzzers
2016-08-11 16:24:45 -07:00
Mike Aizatsky
3f371620f9
[infra] running fuzzers
2016-08-11 16:22:10 -07:00
Mike Aizatsky
c9a0bbb119
[infra] listing fuzzers
2016-08-11 16:04:20 -07:00