FreeBSD Bugzilla – Attachment 180480 Details for
Bug 217526
[patch] devel/physfs-devel : Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff of the port
physfs-2.0.3_1.diff (text/plain), 1.29 KB, created by
Thibault Payet
on 2017-03-04 00:48:34 UTC
(
hide
)
Description:
diff of the port
Filename:
MIME Type:
Creator:
Thibault Payet
Created:
2017-03-04 00:48:34 UTC
Size:
1.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 435370) >+++ Makefile (copie de travail) >@@ -3,6 +3,7 @@ > > PORTNAME= physfs > PORTVERSION= 2.0.3 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/ > >Index: files/patch-archivers_zip.c >=================================================================== >--- files/patch-archivers_zip.c (nonexistent) >+++ files/patch-archivers_zip.c (copie de travail) >@@ -0,0 +1,12 @@ >+--- archivers/zip.c.orig 2017-03-03 22:21:13 UTC >++++ archivers/zip.c >+@@ -327,7 +327,8 @@ static int ZIP_seek(fvoid *opaque, PHYSF >+ return(0); >+ >+ inflateEnd(&finfo->stream); >+- memcpy(&finfo->stream, &str, sizeof (z_stream)); >++ inflateCopy(&finfo->stream, &str); >++ inflateEnd(&str); >+ finfo->uncompressed_position = finfo->compressed_position = 0; >+ } /* if */ >+ > >Modification de propriétés sur files/patch-archivers_zip.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 217526
: 180480