From: Justin Viiret Date: Mon, 21 Aug 2017 05:25:04 +0000 (+1000) Subject: rose_build_matchers: init LitFragment fields X-Git-Tag: v4.6.0^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19e95b0314cf7712e9e1b68b085366b558121b30;p=thirdparty%2Fvectorscan.git rose_build_matchers: init LitFragment fields Silences Coverity warning about squash, delay_squash. --- diff --git a/src/rose/rose_build_matchers.h b/src/rose/rose_build_matchers.h index 9668ebc9..ef8999ed 100644 --- a/src/rose/rose_build_matchers.h +++ b/src/rose/rose_build_matchers.h @@ -68,13 +68,13 @@ struct LitFragment { /** * \brief FDR confirm squash mask for included literals. */ - u8 squash; + u8 squash = 0; /** * \brief FDR confirm squash mask for included literals (Delayed * literals only). */ - u8 delay_squash; + u8 delay_squash = 0; /** * \brief Fragment id of included literal.