Skip to content

Commit

Permalink
Rel 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Dec 9, 2017
1 parent 9aff5e6 commit dd9f149
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2017-12-09 - Version 1.3
- Software instrumentation - support for cmp_const __sanitizer_cov_trace_const funcs
- Refreshed (mostly) OpenSSL corpora
- Mangling: additional function for ASCII numbers
- Support for RLIMIT_DATA limiting
- Better UI scrolling
- Simplified Intel PT decoder
- Removed defer{} / fblocks from libhfuzz
- Google-style intendation with clang-format
- Faster locks over global corpora of files

2017-11-01 - Version 1.2 (rev 8e04633)
- Software-based coverage feedback (-z) is now enabled by default, can be disabled with (-x)
- Better sigprocmask manipulation before executing a process
Expand Down
2 changes: 1 addition & 1 deletion honggfuzz.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "libcommon/util.h"

#define PROG_NAME "honggfuzz"
#define PROG_VERSION "1.2"
#define PROG_VERSION "1.3"

/* Name of the template which will be replaced with the proper name of the file */
#define _HF_FILE_PLACEHOLDER "___FILE___"
Expand Down

0 comments on commit dd9f149

Please sign in to comment.