From 155c2767a06e95da2e7ae44b3cd9720d25fbfbd7 Mon Sep 17 00:00:00 2001 From: Benjamin Beasley Date: Fri, 13 Nov 2020 18:58:50 -0500 Subject: [PATCH 1/3] fix you/your typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e20f75..fd368cc8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ afl++ is a superior fork to Google's afl - more speed, more and better mutations, more and better instrumentation, custom module support, etc. - If you want to use afl++ for you academic work, check the [papers page](https://aflplus.plus/papers/) + If you want to use afl++ for your academic work, check the [papers page](https://aflplus.plus/papers/) in the website. ## Major changes in afl++ 3.0 From fb38de8d7351475359993c01ff1d65d3b3b2bfb3 Mon Sep 17 00:00:00 2001 From: Benjamin Beasley Date: Fri, 13 Nov 2020 19:01:29 -0500 Subject: [PATCH 2/3] =?UTF-8?q?In=20README.md,=20change=20=E2=80=9Cin=20th?= =?UTF-8?q?e=20website=E2=80=9D=20to=20=E2=80=9Con=20the=20website,?= =?UTF-8?q?=E2=80=9D=20which=20is=20more=20idiomatic.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd368cc8..494a6bb7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ mutations, more and better instrumentation, custom module support, etc. If you want to use afl++ for your academic work, check the [papers page](https://aflplus.plus/papers/) - in the website. + on the website. ## Major changes in afl++ 3.0 From 389ee822e80a8b003034ccc69fbcbc356750f0d3 Mon Sep 17 00:00:00 2001 From: Benjamin Beasley Date: Fri, 13 Nov 2020 19:04:35 -0500 Subject: [PATCH 3/3] More idiomatic phrasing in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccacef5f..c36ed9d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,9 +16,9 @@ project, or added a file in a directory we already format, otherwise run: ``` Regarding the coding style, please follow the AFL style. -No camel case at all and use the AFL's macros wherever possible +No camel case at all and use AFL's macros wherever possible (e.g. WARNF, FATAL, MAP_SIZE, ...). Remember that AFLplusplus has to build and run on many platforms, so generalize your Makefiles/GNUmakefile (or your patches to our pre-existing -Makefiles) to be as much generic as possible. +Makefiles) to be as generic as possible.