mirror of
https://github.com/intel/isa-l.git
synced 2025-09-06 06:10:54 +02: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>