Advertisement
Guest User

Untitled

a guest
Apr 10th, 2010
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. --- xli-1.17.0.orig/png.c
  2. +++ xli-1.17/png.c
  3. @@ -27,7 +27,7 @@
  4. if (ret != 8)
  5. return 0;
  6.  
  7. - ret = png_check_sig(buf, 8);
  8. + ret = png_sig_cmp(buf, 0, 8) == 0;
  9.  
  10. return (ret);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement