Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
>
php-5.2.17
> php-5.2.14-CVE-2011-1470.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-5.2.14-CVE-2011-1470.patch of Package php-5.2.17
http://svn.php.net/viewvc/?view=revision&revision=306493 --- ext/zip/zip_stream.c 2010/12/20 10:50:59 306492 +++ ext/zip/zip_stream.c 2010/12/20 11:00:27 306493 @@ -216,6 +216,7 @@ self->stream = NULL; self->cursor = 0; stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); + stream->orig_path = estrdup(path); } else { zip_close(stream_za); }