[Bug 2961] [IcedTea6] Latest security update broke bundled LCMS2 build

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed May 18 15:52:32 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2961

--- Comment #1 from Andrew John Hughes <gnu.andrew at redhat.com> ---
Changed chunk:

--        if (stricmp(fld, cSample) == 0)
-+        if (cmsstrcasecmp(fld, cSample) == 0)
-             return i;
-     }
-
+         if (fld != NULL) {
+-          if (stricmp(fld, cSample) == 0)
++          if (cmsstrcasecmp(fld, cSample) == 0)
+               return i;
+       }
+     }

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160518/f0a096a6/attachment.html>


More information about the distro-pkg-dev mailing list