Skip to content

Commit

Permalink
2.02b
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-huet committed Mar 2, 2016
1 parent 3fc402c commit 13c63f8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@
#

PROGNAME = afl
VERSION = 2.01b
VERSION = 2.02b

PREFIX ?= /usr/local
BIN_PATH = $(PREFIX)/bin
HELPER_PATH = $(PREFIX)/lib/afl
DOC_PATH = $(PREFIX)/share/doc/afl
MISC_PATH = $(PREFIX)/share/afl

# PROGS intentionally omit afl-as, which gets installed elsewhere.

PROGS = afl-gcc afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze
SH_PROGS = afl-plot afl-cmin afl-whatsup

Expand Down
6 changes: 3 additions & 3 deletions afl-fuzz.c
Original file line number Diff line number Diff line change
Expand Up @@ -6071,10 +6071,10 @@ static u8 fuzz_one(char** argv) {

}

/* Values 16 and 17 can be selected only if there are any extras
/* Values 15 and 16 can be selected only if there are any extras
present in the dictionaries. */

case 16: {
case 15: {

/* Overwrite bytes with an extra. */

Expand Down Expand Up @@ -6111,7 +6111,7 @@ static u8 fuzz_one(char** argv) {

}

case 17: {
case 16: {

u32 use_extra, extra_len, insert_at = UR(temp_len);
u8* new_buf;
Expand Down
7 changes: 7 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Not sure if you should upgrade? The lowest currently recommended version
is 1.92b. If you're stuck on an earlier release, it's strongly advisable
to get on with the times.

--------------
Version 2.02b:
--------------

- Fixed a "lcamtuf can't count to 16" bug in the havoc stage. Reported
by Guillaume Endignoux.

--------------
Version 2.01b:
--------------
Expand Down
1 change: 1 addition & 0 deletions docs/README
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ bug reports, or patches from:
Christian Holler Dominique Pelle
Jacek Wielemborek Leo Barnes
Jeremy Barnes Jeff Trull
Guillaume Endignoux ilovezfs

Thank you!

Expand Down

0 comments on commit 13c63f8

Please sign in to comment.