From c91e49f1c8a78ccaff3a904c390429ad2c6dff9f Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Wed, 26 Oct 2016 09:59:14 -0700 Subject: [PATCH] Update README.md --- targets/README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/targets/README.md b/targets/README.md index d0803d840..3d1095494 100644 --- a/targets/README.md +++ b/targets/README.md @@ -4,23 +4,23 @@ Targets integrated with oss-fuzz. | Project | Integration Source Location | | ------------ | --------------- | -| [boringssl](https://boringssl.googlesource.com/boringssl/) | https://github.com/google/oss-fuzz/tree/master/targets/boringssl | -| [curl](https://curl.haxx.se/) | https://github.com/google/oss-fuzz/tree/master/targets/curl | -| [expat](http://expat.sourceforge.net/) | https://github.com/google/oss-fuzz/tree/master/targets/expat | -| [freetype2](https://www.freetype.org/) | https://github.com/google/oss-fuzz/tree/master/targets/freetype2 | -| [harfbuzz](http://www.harfbuzz.org/) | https://github.com/google/oss-fuzz/tree/master/targets/harfbuzz | -| [icu](http://site.icu-project.org/) | https://github.com/google/oss-fuzz/tree/master/targets/icu | -| libass | https://github.com/google/oss-fuzz/tree/master/targets/libass | -| libchewing | https://github.com/google/oss-fuzz/tree/master/targets/libchewing | -| libpng | https://github.com/google/oss-fuzz/tree/master/targets/libpng | -| [libteken](http://80386.nl/projects/libteken/) | https://github.com/google/oss-fuzz/tree/master/targets/libteken | -| [libtsm](https://www.freedesktop.org/wiki/Software/kmscon/libtsm/) | https://github.com/google/oss-fuzz/tree/master/targets/libtsm | -| libxml2 | https://github.com/google/oss-fuzz/tree/master/targets/libxml2 | -| nlohmann/json | https://github.com/google/oss-fuzz/tree/master/targets/json | -| nss | https://github.com/google/oss-fuzz/tree/master/targets/nss | -| pcre2 | https://github.com/google/oss-fuzz/tree/master/targets/pcre2 | -| re2 | https://github.com/google/oss-fuzz/tree/master/targets/re2 | -| sqlite3 | https://github.com/google/oss-fuzz/tree/master/targets/sqlite3 | -| tpm2 | https://chromium.googlesource.com/chromiumos/third_party/tpm2/+/master/fuzz/ | -| woff2 | https://github.com/google/oss-fuzz/tree/master/targets/woff2 | -| zlib | https://github.com/google/oss-fuzz/tree/master/targets/zlib | +| [boringssl](https://boringssl.googlesource.com/boringssl/) | [targets/boringssl](https://github.com/google/oss-fuzz/tree/master/targets/boringssl) | +| [curl](https://curl.haxx.se/) | [targets/curl](https://github.com/google/oss-fuzz/tree/master/targets/curl) | +| [expat](http://expat.sourceforge.net/) | [targets/expat](https://github.com/google/oss-fuzz/tree/master/targets/expat) | +| [freetype2](https://www.freetype.org/) | [targets/freetype2](https://github.com/google/oss-fuzz/tree/master/targets/freetype2) | +| [harfbuzz](http://www.harfbuzz.org/) | [targets/harfbuzz](https://github.com/google/oss-fuzz/tree/master/targets/harfbuzz) | +| [icu](http://site.icu-project.org/) | [targets/icu](https://github.com/google/oss-fuzz/tree/master/targets/icu) | +| libass | [targets/libass](https://github.com/google/oss-fuzz/tree/master/targets/libass) | +| libchewing | [targets/libchewing](https://github.com/google/oss-fuzz/tree/master/targets/libchewing) | +| libpng | [targets/libpng](https://github.com/google/oss-fuzz/tree/master/targets/libpng) | +| [libteken](http://80386.nl/projects/libteken/) | [targets/libteken](https://github.com/google/oss-fuzz/tree/master/targets/libteken) | +| [libtsm](https://www.freedesktop.org/wiki/Software/kmscon/libtsm/) | [targets/libtsm](https://github.com/google/oss-fuzz/tree/master/targets/libtsm) | +| libxml2 | [targets/libxml2](https://github.com/google/oss-fuzz/tree/master/targets/libxml2) | +| nlohmann/json | [targets/json](https://github.com/google/oss-fuzz/tree/master/targets/json) | +| nss | [targets/nss](https://github.com/google/oss-fuzz/tree/master/targets/nss) | +| pcre2 | [targets/pcre2](https://github.com/google/oss-fuzz/tree/master/targets/pcre2) | +| re2 | [targets/re2](https://github.com/google/oss-fuzz/tree/master/targets/re2) | +| sqlite3 | [targets/sqlite3](https://github.com/google/oss-fuzz/tree/master/targets/sqlite3) | +| tpm2 | [chromium:tpm2/fuzz](https://chromium.googlesource.com/chromiumos/third_party/tpm2/+/master/fuzz/) | +| woff2 | [targets/woff2](https://github.com/google/oss-fuzz/tree/master/targets/woff2) | +| zlib | [targets/zlib](https://github.com/google/oss-fuzz/tree/master/targets/zlib) |