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

Annotation 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


Revision 1.3 - (hide annotations) (download)
Fri Jun 29 14:54:00 2012 UTC (12 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
* Fri Jun 29 2012 Shad L. Lords <slords@mail.com> - 5.3.3-13.sme
- Obsolete php-domxml and php-dom [SME: 6733]
- Update Obsoletes and Conflicts [SME: 6436]

1 slords 1.2
2     https://bugzilla.redhat.com/show_bug.cgi?id=690911
3    
4     http://svn.php.net/viewvc/?view=revision&amp;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     }

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