SHA256
1
0
forked from pool/honggfuzz

Compare commits

...

13 Commits

Author SHA256 Message Date
Ana Guerrero
17abda619b Accepting request 1133982 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1133982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=14
2023-12-19 22:16:28 +00:00
Dominique Leuenberger
48bc441f3c Accepting request 1072114 from devel:tools
- Fix linking with latest binutils

OBS-URL: https://build.opensuse.org/request/show/1072114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=13
2023-03-15 17:56:30 +00:00
Dominique Leuenberger
703b747d79 Accepting request 999853 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/999853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=12
2022-08-29 07:44:06 +00:00
Dominique Leuenberger
638a9a1b17 Accepting request 887467 from devel:tools
- Update to 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

OBS-URL: https://build.opensuse.org/request/show/887467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=11
2021-04-22 16:04:14 +00:00
Dominique Leuenberger
c8e52580bf Accepting request 830701 from devel:tools
- update to 2.3.1:
  - honggfuzz.h - split run_t into substructs
  - clang-format options in .clang-format
  - added missing mutex initializers
  - removed unncessary comparisons to 'true' and 'false'
  - improved NetBSD compatibility
  - removed unnecessary memory fences (speed ups)
  - faster searching through the binary for const 4/8-byte values
  - removed unnecessary includes with iwyu
  - libhfnetdriver - general improvements around local socket fuzzing and timeouts
  - Added 8bitcnt instrumentation - use hfuzz-cc/hfuzz-8bitcnt-(gcc|clang) for that
  - PC-guard instrumentation now uses edge counting
  - --experimental_const_feedback is now set to true by default
  - additional string instrumentation wrappers: glib, lcms
  - additional mutators: splicing, changing ascii numbers
  - additional integer comparison instrumentation (adding integers to the dynamic dictionary)
  - fixed linking with ld.lld
  - removed `sanitizer-coverage-prune-blocks` from hfuzz-cc.c
  - most mutators have now either overwrite or insert versions
  - fixed memory barriers in libhfuzz/
  - implemented skip_factor which dictates how often a given input is fuzzed
  - lowered the default timeout to 1 second
  - honggfuzz now uses microseconds, instead of milliseconds across the code
  - added some new functions to libhfcommon/files
  - enabled more aggressive inlining in hfuzz-cc/
  - fixed compilation dependency under MacOS X
- remove 0001-fix-some-m32-compilation-issues-type-casting.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/830701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=10
2020-08-31 14:53:32 +00:00
Dominique Leuenberger
8e36a607c2 Accepting request 786331 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/786331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=9
2020-03-19 18:50:21 +00:00
Dominique Leuenberger
20af2bcabe Accepting request 785933 from devel:tools
- Update to version 2.1:
  * string/int comparison enabled for targets built with *SAN, but
    w/o hfuzz-cc
  * Parallel work made faster by using faster ATOMIC constructs
    (check first, then update)
  * Implement --experimental_const_feedback - const string/integer
    feedback (used as an additional dictionary)
  * Sanitizer report files are "better"-deleted (i.e. based on PID
    and not TID)
  * New patches for fuzzing added (e.g. for bind-9.16.0/9.15.7)
    * Buffered output enabled in display.c
    * Some functions moved from per-arch arch.c to common subproc.c
    * Added suport for bfd/binutils-2.33
  - And more from previous releases - see provided CHANGELOG

OBS-URL: https://build.opensuse.org/request/show/785933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=8
2020-03-18 11:39:40 +00:00
Dominique Leuenberger
ee53da407a Accepting request 584450 from devel:tools
- Clean up spec file using spec-cleaner
- Update project url

OBS-URL: https://build.opensuse.org/request/show/584450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=7
2018-03-09 09:46:28 +00:00
Dominique Leuenberger
c1f7e7d156 Accepting request 579540 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/579540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=6
2018-02-26 22:24:44 +00:00
Dominique Leuenberger
6332a43bbe Accepting request 530370 from devel:tools
- Update to version 1.1:

OBS-URL: https://build.opensuse.org/request/show/530370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=5
2017-10-02 14:54:53 +00:00
Dominique Leuenberger
d266497b14 Accepting request 498984 from devel:tools
1

OBS-URL: https://build.opensuse.org/request/show/498984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=4
2017-05-31 10:19:21 +00:00
Dominique Leuenberger
9109eec353 Accepting request 492123 from devel:tools
- Update to version 0.9:
  * Smaller and bigger reworks:
    + Android Makefile
    + New sanitizers.c
    + Display console with scrolling logs
    + Improved libhfuzz - esp. the trace_cmp handling
    + Improved mangle.c
  * Multiple examples of persistent fuzzing: libpng, jpeg, libxml,
    apache, openssl

OBS-URL: https://build.opensuse.org/request/show/492123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=3
2017-04-30 19:24:00 +00:00
Dominique Leuenberger
3d4c7504cf Accepting request 455029 from devel:tools
1

OBS-URL: https://build.opensuse.org/request/show/455029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=2
2017-02-07 11:07:54 +00:00

Diff Content Not Available