]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lizard-safe.c
Make sure that in_to_x and x_to_out are NULL if they are not available.
[libucw.git] / lib / lizard-safe.c
index 3b927831a71767c1b802a75e0c61ceab82f41b29..e8e8f6fa822c8900fb6349f8a9040209ffd7e93e 100644 (file)
@@ -93,7 +93,7 @@ lizard_decompress_safe(const byte *in, struct lizard_buffer *buf, uns expected_l
   }
   else
   {
-    log(L_ERROR, "SIGSEGV caught in lizard_decompress()");
+    msg(L_ERROR, "SIGSEGV caught in lizard_decompress()");
     ptr = NULL;
     errno = EFAULT;
   }