changeset 1636:710961d02b8a

Fix packed Koala Painter probing.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 May 2018 02:23:23 +0300
parents 9ba9d049e6e9
children 58ef0124394d 07f27ec0801e
files tools/lib64fmts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Fri May 25 01:43:54 2018 +0300
+++ b/tools/lib64fmts.c	Fri May 25 02:23:23 2018 +0300
@@ -37,7 +37,7 @@
     // Attempt to prevent misprobes of unpacked Koala and Run Paint
     if (len > 30 &&
         len != 10006 &&
-        len != fmt->size &&
+        len != 10003 &&
         dmCompareAddr16(buf, 0, fmt->addr))
         return DM_PROBE_SCORE_MAX;