diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-09-01 13:08:32 +0200 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-09-01 13:08:32 +0200 |
| commit | b8d3a97a4f460b4e7919aa3f558d2a4d21a6b199 (patch) | |
| tree | 4091ba761a1846707141e7acc4668d31f93570b1 /qemu_mode/patches/__init__.py.diff | |
| parent | 75c38d6243bb9bcc0b55f27b4bd3844658eec1b4 (diff) | |
| download | afl++-b8d3a97a4f460b4e7919aa3f558d2a4d21a6b199.tar.gz | |
build with qemuafl
Diffstat (limited to 'qemu_mode/patches/__init__.py.diff')
| -rw-r--r-- | qemu_mode/patches/__init__.py.diff | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/qemu_mode/patches/__init__.py.diff b/qemu_mode/patches/__init__.py.diff deleted file mode 100644 index 7e189b99..00000000 --- a/qemu_mode/patches/__init__.py.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- a/scripts/tracetool/__init__.py 2020-03-28 13:42:21.937700726 +0100 -+++ b/scripts/tracetool/__init__.py 2020-03-28 13:41:50.991034257 +0100 -@@ -447,12 +447,12 @@ - import tracetool - - format = str(format) -- if len(format) is 0: -+ if len(format) == 0: - raise TracetoolError("format not set") - if not tracetool.format.exists(format): - raise TracetoolError("unknown format: %s" % format) - -- if len(backends) is 0: -+ if len(backends) == 0: - raise TracetoolError("no backends specified") - for backend in backends: - if not tracetool.backend.exists(backend): |
