Comment 2 for bug 580719

Revision history for this message
Jonas Oberschweiber (jonas-frozenbeetle) wrote :

I fixed it by disabling the sanity check in isdv4Parse in wcmISDV4.c, just removed these two lines:

 else if ((n = wcmSerialValidate(local,data)) > 0)
  return n;