mirror of
https://github.com/intel/isa-l.git
synced 2025-10-28 11:31:51 +01:00
There is a possibility that zstate.msg = NULL, which is set in inflateInit2() function. In that case, we should not compare against another string. Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>