FreeBSD Bugzilla – Attachment 128520 Details for
Bug 172377
Fix for graphics/p5-Image-Scale (fails to load with png-1.5.x)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 338 bytes, created by
Michael Curtis
on 2012-10-06 03:20:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael Curtis
Created:
2012-10-06 03:20:05 UTC
Size:
338 bytes
patch
obsolete
>diff -ur work/Image-Scale-0.08/src/png.c work2/Image-Scale-0.08/src/png.c >--- src/png.c 2011-07-12 01:03:28.000000000 +1000 >+++ src/png.c 2012-10-04 01:53:55.000000000 +1000 >@@ -40,7 +40,7 @@ > } > } > >- png_memcpy(data, buffer_ptr(im->buf), len); >+ memcpy(data, buffer_ptr(im->buf), len); > buffer_consume(im->buf, len); > > goto ok;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172377
: 128520