Commit 92372663 authored by Kenton Varda's avatar Kenton Varda Committed by Kenton Varda

Linkify American Fuzzy Lop.

parent 4c8d83cc
......@@ -34,7 +34,7 @@ The 0.6 release includes a number of measures designed to harden Cap'n Proto's C
* The core pointer validation code has been refactored to detect possible integer overflows at compile time using C++ template metaprogramming, as [described in this old blog post](https://capnproto.org/news/2015-03-02-security-advisory-and-integer-overflow-protection.html).
* The core test suite -- which runs when you type `make check` -- now includes a targeted fuzz test of the pointer validation code.
* We additionally tested this release using American Fuzzy Lop, running several different test cases for over three days each.
* We additionally tested this release using [American Fuzzy Lop](http://lcamtuf.coredump.cx/afl/), running several different test cases for over three days each.
#### JSON converter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment