From 00f45684a8339e69ed55df2397f3c19d09fecaed Mon Sep 17 00:00:00 2001 From: szukw000 Date: Mon, 31 Jul 2017 13:58:08 +0200 Subject: Catch images broken by AFL --- src/lib/openjp2/tcd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/openjp2/tcd.h') diff --git a/src/lib/openjp2/tcd.h b/src/lib/openjp2/tcd.h index cd750d1b..02053780 100644 --- a/src/lib/openjp2/tcd.h +++ b/src/lib/openjp2/tcd.h @@ -230,6 +230,8 @@ typedef struct opj_tcd { OPJ_BITFIELD m_is_decoder : 1; /** Thread pool */ opj_thread_pool_t* thread_pool; + /** AFL test */ + OPJ_UINT32 enumcs; } opj_tcd_t; /** @name Exported functions */ -- cgit v1.2.3