aboutsummaryrefslogtreecommitdiff
path: root/projects/kimageformats/kimgio_fuzzer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'projects/kimageformats/kimgio_fuzzer.cc')
-rw-r--r--projects/kimageformats/kimgio_fuzzer.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/kimageformats/kimgio_fuzzer.cc b/projects/kimageformats/kimgio_fuzzer.cc
index eedd48215..ca74dc1a3 100644
--- a/projects/kimageformats/kimgio_fuzzer.cc
+++ b/projects/kimageformats/kimgio_fuzzer.cc
@@ -28,6 +28,8 @@
#include <QCoreApplication>
#include <QImage>
+#include "kra.h"
+#include "ora.h"
#include "pcx_p.h"
#include "pic_p.h"
#include "psd_p.h"
@@ -42,6 +44,8 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
QCoreApplication a(argc, nullptr);
const QVector<QImageIOHandler*> handlers = {
+ new KraHandler(),
+ new OraHandler(),
new PCXHandler(),
new SoftimagePICHandler(),
new PSDHandler(),