Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
php7.7861
php-CVE-2018-10547.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php-CVE-2018-10547.patch of Package php7.7861
X-Git-Url: http://208.43.231.11:8000/?p=php-src.git;a=blobdiff_plain;f=ext%2Fphar%2Fphar_object.c;h=a6f56ac8af298302d9d87bddff0a7bea2e813a10;hp=64d7a6c76eee2f07e4ecb5b3934ed89615239364;hb=6e64aba47f4e41d97c4d010024c68320c0855f45;hpb=e2dcf3cc546f3de63d20eeab924db2e71603dd86 Index: php-7.0.7/ext/phar/phar_object.c =================================================================== --- php-7.0.7.orig/ext/phar/phar_object.c 2018-05-02 12:16:16.678119967 +0200 +++ php-7.0.7/ext/phar/phar_object.c 2018-05-02 12:16:17.290128155 +0200 @@ -317,8 +317,7 @@ static void phar_do_403(char *entry, int sapi_header_op(SAPI_HEADER_REPLACE, &ctr); sapi_send_headers(); PHPWRITE("<html>\n <head>\n <title>Access Denied</title>\n </head>\n <body>\n <h1>403 - File ", sizeof("<html>\n <head>\n <title>Access Denied</title>\n </head>\n <body>\n <h1>403 - File ") - 1); - PHPWRITE(entry, entry_len); - PHPWRITE(" Access Denied</h1>\n </body>\n</html>", sizeof(" Access Denied</h1>\n </body>\n</html>") - 1); + PHPWRITE("Access Denied</h1>\n </body>\n</html>", sizeof("Access Denied</h1>\n </body>\n</html>") - 1); } /* }}} */ @@ -342,8 +341,7 @@ static void phar_do_404(phar_archive_dat sapi_header_op(SAPI_HEADER_REPLACE, &ctr); sapi_send_headers(); PHPWRITE("<html>\n <head>\n <title>File Not Found</title>\n </head>\n <body>\n <h1>404 - File ", sizeof("<html>\n <head>\n <title>File Not Found</title>\n </head>\n <body>\n <h1>404 - File ") - 1); - PHPWRITE(entry, entry_len); - PHPWRITE(" Not Found</h1>\n </body>\n</html>", sizeof(" Not Found</h1>\n </body>\n</html>") - 1); + PHPWRITE("Not Found</h1>\n </body>\n</html>", sizeof("Not Found</h1>\n </body>\n</html>") - 1); } /* }}} */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor