/[smeserver]/rpms/php/sme8/php-5.3.3-CVE-2011-1470.patch
ViewVC logotype

Diff of /rpms/php/sme8/php-5.3.3-CVE-2011-1470.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Thu Nov 3 22:49:53 2011 UTC Revision 1.2 by slords, Thu Nov 3 22:54:19 2011 UTC
# Line 0  Line 1 
1    
2    https://bugzilla.redhat.com/show_bug.cgi?id=690911
3    
4    http://svn.php.net/viewvc/?view=revision&revision=306493
5    
6    --- php-5.3.3/ext/zip/zip_stream.c.cve1470
7    +++ php-5.3.3/ext/zip/zip_stream.c
8    @@ -139,6 +139,7 @@ php_stream *php_stream_zip_open(char *fi
9                            self->stream = NULL;
10                            self->cursor = 0;
11                            stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode);
12    +                       stream->orig_path = estrdup(path);
13                    } else {
14                            zip_close(stream_za);
15                    }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed