Parent Directory | Revision Log | Revision Graph
* 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&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 |