summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
|
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-052-3/+3
|\ | | | | | | | | * PHP-7.0: More int->size_t and string overflow fixes
| * More int->size_t and string overflow fixesStanislav Malyshev2016-11-052-3/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-032-2/+7
|\ \ | |/ | | | | | | | | | | * PHP-7.0: Add length check for bzcompress too - fix for bug #73356 More string length checks & fixes More string length checks & fixes
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-032-2/+7
| |\ | | | | | | | | | | | | * PHP-5.6: More string length checks & fixes
| | * More string length checks & fixesStanislav Malyshev2016-11-032-10/+15
| | |
| * | Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array ↵Xinchen Hui2016-07-222-0/+37
| | | | | | | | | | | | elements)
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-07-222-0/+37
|\ \ \ | | | | | | | | | | | | | | | | * PHP-7.0: Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array elements)
| * | | Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array ↵Xinchen Hui2016-07-222-0/+37
| |/ / | | | | | | | | | elements)
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-192-5/+21
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: (27 commits) fix #72519, possible OOB using imagegif fix #72512, invalid read or write for palette image when invalid transparent index is used Apparently some envs miss SIZE_MAX Fix tests Fix bug #72618: NULL Pointer Dereference in exif_process_user_comment Partial fix for bug #72613 - do not allow reading past error read Partial fix for bug #72613 - do not treat negative returns from bz2 as size_t Fix bug #72606: heap-buffer-overflow (write) simplestring_addn simplestring.c Fix for bug #72558, Integer overflow error within _gdContributionsAlloc() Fix bug #72603: Out of bound read in exif_process_IFD_in_MAKERNOTE update NEWS Fixed bug #72570 Segmentation fault when binding parameters on a query without placeholders Fix bug #72562 - destroy var_hash properly Fix bug #72551 and bug #72552 - check before converting size_t->int Fix bug #72541 - size_t overflow lead to heap corruption Fix bug #72533 (locale_accept_from_http out-of-bounds access) Fix fir bug #72520 Fix for bug #72513 Fix for bug #72513 CS fix and comments with bug ID ... Conflicts: ext/standard/basic_functions.c
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-192-5/+21
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fix #72519, possible OOB using imagegif fix #72512, invalid read or write for palette image when invalid transparent index is used Apparently some envs miss SIZE_MAX Fix tests Fix bug #72618: NULL Pointer Dereference in exif_process_user_comment Partial fix for bug #72613 - do not treat negative returns from bz2 as size_t Fix bug #72606: heap-buffer-overflow (write) simplestring_addn simplestring.c Fix for bug #72558, Integer overflow error within _gdContributionsAlloc() Fix bug #72603: Out of bound read in exif_process_IFD_in_MAKERNOTE Fix bug #72562 - destroy var_hash properly Fix bug #72533 (locale_accept_from_http out-of-bounds access) Fix fir bug #72520 Fix for bug #72513 Fix for bug #72513 CS fix and comments with bug ID Fix for HTTP_PROXY issue. 5.6.24RC1 add tests for bug #72512 Fixed bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access Fixed bug #72479 - same as #72434 Conflicts: Zend/zend_virtual_cwd.c ext/bz2/bz2.c ext/exif/exif.c ext/session/session.c ext/snmp/snmp.c ext/standard/basic_functions.c main/SAPI.c main/php_variables.c
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-192-25/+41
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: fix #72519, possible OOB using imagegif fix #72512, invalid read or write for palette image when invalid transparent index is used Apparently some envs miss SIZE_MAX Fix tests Fix bug #72618: NULL Pointer Dereference in exif_process_user_comment Partial fix for bug #72613 - do not treat negative returns from bz2 as size_t Fix bug #72606: heap-buffer-overflow (write) simplestring_addn simplestring.c Fix for bug #72558, Integer overflow error within _gdContributionsAlloc() Fix bug #72603: Out of bound read in exif_process_IFD_in_MAKERNOTE Fix bug #72562 - destroy var_hash properly Fix bug #72533 (locale_accept_from_http out-of-bounds access) Fix fir bug #72520 Fix for bug #72513 CS fix and comments with bug ID Fix for HTTP_PROXY issue. add tests for bug #72512 Fixed bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access Fixed bug #72479 - same as #72434 Conflicts: ext/bz2/bz2.c main/SAPI.c main/php_variables.c
| | | * Apparently some envs miss SIZE_MAXStanislav Malyshev2016-07-191-0/+3
| | | |
| | | * Fix bug #72606: heap-buffer-overflow (write) simplestring_addn simplestring.cStanislav Malyshev2016-07-182-25/+38
| | | |
* | | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-1/+1
|\ \ \ \
| * | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-2/+1
| | | | |
| * | | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-107-42/+177
| |\ \ \ \ | | |/ / /
| * | | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-1/+2
| | | | |
* | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
| |/ / / |/| | | | | | | | | | | | | | | "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers.
* | | | fix test portabilityAnatol Belski2016-05-311-1/+6
| | | |
* | | | Re-Fixed bug #72155 (use-after-free caused by get_zval_xmlrpc_type)Xinchen Hui2016-05-312-1/+23
| | | |
* | | | Revert "fix #72155 (use-after-free caused by get_zval_xmlrpc_type)"Xinchen Hui2016-05-311-2/+2
| | | | | | | | | | | | | | | | This reverts commit 1690dcb827e2b50eb575b1c6acadab0b8f248723.
* | | | fix #72155 (use-after-free caused by get_zval_xmlrpc_type)Joe Watkins2016-05-301-2/+2
| | | |
* | | | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-04-262-1/+33
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * PHP-5.6: Fixed test on 32-bit platforms (split into 32-bit and 64-bit versions)
| * | | Fixed test on 32-bit platforms (split into 32-bit and 64-bit versions)Dmitry Stogov2016-04-262-1/+33
| | | |
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-01-052-2/+41
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Update NEWS Improve fix for bug #70976 Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization) Fixed bug #70741: Session WDDX Packet Deserialization Type Confusion Vulnerability Fixed #70728 Fixed bug #70755: fpm_log.c memory leak and buffer overflow Fix bug #70976: fix boundary check on gdImageRotateInterpolated typofix
| | * | Fixed #70728Julien Pauli2015-12-222-2/+41
| | | |
| | * | Bump yearXinchen Hui2015-01-152-2/+2
| | | |
* | | | Fix bug #71501Hieu Le2016-02-042-35/+59
| | | |
* | | | fix merge mistakeAnatol Belski2016-01-041-1/+1
| | | |
* | | | Fixed #70728Julien Pauli2016-01-042-2/+40
| | | | | | | | | | | | | | | | | | | | Conflicts: ext/xmlrpc/xmlrpc-epi-php.c
* | | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * | | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| | | |
| * | | bump yearXinchen Hui2015-01-152-2/+2
| | | |
| * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
* | | | Fixed bug #70526 (xmlrpc_set_type returns false on success)Xinchen Hui2015-09-192-2/+16
| |_|/ |/| |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-7/+7
| | | | | | | | | | | | semantick changes).
* | | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
| | |
* | | improve searchability for libxml2 headersAnatol Belski2015-05-101-1/+2
| | | | | | | | | | | | and bring the configs inline with the current libxml2 build
* | | fix snprintf redefinition in libxmlrpc under vc14Anatol Belski2015-05-101-1/+1
| | |
* | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-4/+5
| | |
* | | more fixes to the shared compilationAnatol Belski2015-03-231-1/+2
| | |
* | | Cleanup resource handling APIsXinchen Hui2015-02-021-12/+20
| | |
* | | bump yearXinchen Hui2015-01-152-2/+2
| | |
* | | trailing whitespace removalStanislav Malyshev2015-01-1026-547/+547
| | |
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-44/+39
| | |
* | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| | |
* | | Merge branch 'PHP-5.6'Remi Collet2014-10-281-1/+5
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Ensure we have enough input data before parsing date
| * | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-10-281-1/+5
| |\ \ | | |/ | | | | | | | | | * PHP-5.5: Ensure we have enough input data before parsing date
| | * Ensure we have enough input data before parsing dateRemi Collet2014-10-281-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | This check have be removed in http://git.php.net/?p=php-src.git;a=commit;h=ba2f87b50667f147c198abd31fc31eb09522f3d7 But the parser really need 17 char. And the string need to be nul terminated for this check So avoid reading random byte from memory.