Skip to content

Commit

Permalink
Version 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Feb 24, 2021
1 parent b6f357c commit 94692b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2021-02-24 - Version 2.4
- better NetBSD support (compatiblity)
- fixed mangle_getLen() #360
- disabled --linux_net_ns by default, as the Linux kernel dies under heavy load of new net namespaces
- added support for address compression in IntelPT mode
- simplified input_skipFactor() which now yields better results (faster coverage acquisition)
- added --save_smaller for the use with Rust fuzzing
- fixed Android build under MacOSX
- simplified some mangle() functions

2020-07-22 - Version 2.3
- honggfuzz.h - split run_t into substructs
- clang-format options in .clang-format
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A security oriented, feedback-driven, evolutionary, easy-to-use fuzzer with inte

## Code

* Latest stable version: [2.3](https://github.com/google/honggfuzz/releases)
* Latest stable version: [2.4](https://github.com/google/honggfuzz/releases)
* [Changelog](https://github.com/google/honggfuzz/blob/master/CHANGELOG)

## Features
Expand Down
2 changes: 1 addition & 1 deletion honggfuzz.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include "libhfcommon/util.h"

#define PROG_NAME "honggfuzz"
#define PROG_VERSION "2.3"
#define PROG_VERSION "2.4"

/* 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 94692b7

Please sign in to comment.