summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #66127 (Segmentation fault with ArrayObject unset)Stanislav Malyshev2014-06-104-1/+29
|
* 5.4.31 nextStanislav Malyshev2014-06-103-4/+6
|
* NEWSRemi Collet2014-06-101-1/+3
|
* Fixed Bug #67413 fileinfo: cdf_read_property_info insufficient boundary checRemi Collet2014-06-101-1/+5
| | | | | | | Upstream: https://github.com/file/file/commit/93e063ee374b6a75729df9e7201fb511e47e259d Adapted for C standard.
* NEWSRemi Collet2014-06-101-2/+4
|
* Bug #67412 fileinfo: cdf_count_chain insufficient boundary checkRemi Collet2014-06-101-3/+4
| | | | | Upstream: https://github.com/file/file/commit/40bade80cbe2af1d0b2cd0420cebd5d5905a2382
* NEWSRemi Collet2014-06-101-0/+2
|
* Fixed Bug #67411 fileinfo: cdf_check_stream_offset insufficient boundary checkRemi Collet2014-06-101-2/+4
| | | | | Upstream: https://github.com/file/file/commit/36fadd29849b8087af9f4586f89dbf74ea45be67
* NEWSRemi Collet2014-06-101-0/+2
|
* Fixed Bug #67410 fileinfo: mconvert incorrect handling of truncated pascal ↵Remi Collet2014-06-101-3/+11
| | | | | | | string size Upstream https://github.com/file/file/commit/27a14bc7ba285a0a5ebfdb55e54001aa11932b08
* NEWSRemi Collet2014-06-101-0/+3
|
* Fixed bug #67406 built-in web-server segfaults on startupRemi Collet2014-06-101-3/+3
| | | | | | | | Reproduce on aarch64. From select man page: "select() may update the timeout argument to indicate how much time was left." So "const" is not ok.
* Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-083-56/+65
|
* Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191Matteo Beccati2014-06-093-0/+6
| | | | | DOMDocument::substituteEntities needs to be set to true in order for external entities to be parsed.
* add newsStanislav Malyshev2014-06-082-0/+5
|
* Bug 49898Boro Sitnikovski2014-06-082-0/+37
| | | | __getCookies() method implementation
* fix orderStanislav Malyshev2014-06-081-2/+2
|
* Fix bug 666222Levi Morrison2014-06-085-5/+56
| | | | | | | | This also adds some smaller, isolated tests related to bug 66622. Conflicts: Zend/zend_vm_def.h Zend/zend_vm_execute.h
* Fixed identation on fileJefersson Nathan2014-06-080-0/+0
|
* Fix align indentationJefersson Nathan2014-06-081-16/+16
|
* Added support for parsing ssl certificates using GeneralizedTime format.Paul Oehler2014-06-085-7/+73
| | | | | fix bug #65698 fix bug #66636
* Remove superfluous echos.Jeff Welch2014-06-088-12/+12
|
* NEWSRemi Collet2014-06-061-0/+2
|
* Fix bug #67390 insecure temporary file use in the configure scriptRemi Collet2014-06-061-1/+1
|
* drop exec perm on doc filesRemi Collet2014-06-052-0/+0
|
* fix test for 5.4/5.5Remi Collet2014-06-051-2/+2
|
* add test for previous fixRemi Collet2014-06-051-0/+35
|
* NEWSRemi Collet2014-06-051-0/+2
|
* Fix regression introduce in fix for bug #67118Remi Collet2014-06-052-12/+12
| | | | | | | | | | | | The fix was correct but break some code (at least in Horde) This is a temporary workaround to fix regressioni in 5.4, 5.5 and 5.6 This make php_date_initialize more consistent - on success return 1 + time initiliazed - on failure return 0 + time = zero which is check by DATE_CHECK_INITIALIZED by later method call Will restore consistency with other date classes in master.
* update NEWSStanislav Malyshev2014-06-041-1/+4
|
* Fixed regression introduced by patch for bug #67072Anatol Belski2014-06-033-38/+44
| | | | This applies to 5.4 and 5.5 only as a legacy fix.
* (re)add cve number in NEWS, from 5.4.29Remi Collet2014-06-031-1/+2
|
* NEWSRemi Collet2014-06-031-0/+3
|
* Fix bug #67326 fileinfo: cdf_read_short_sector insufficient boundary checkRemi Collet2014-06-031-2/+2
| | | | | Upstream fix https://github.com/file/file/commit/6d209c1c489457397a5763bca4b28e43aac90391.patch Only revelant part applied
* Fixed bug #67359 (Segfault in recursiveDirectoryIterator)Xinchen Hui2014-06-014-0/+33
|
* Check for zero-length keys in spl_array_skip_protected and don't skip them.Adam Harvey2014-05-293-1/+45
| | | | Fixes bug #67360 (Missing element after ArrayObject::getIterator).
* updated libmagic.patch for 5.4+Anatol Belski2014-05-271-66/+138
|
* update NEWSStanislav Malyshev2014-05-271-0/+2
|
* Fix bug #67249: printf out-of-bounds readStanislav Malyshev2014-05-272-2/+12
|
* Escape non-printable characters in the junit XML outputMatteo Beccati2014-05-271-0/+3
| | | | | | | XML doesn't allow most of the characters < 0x20 and binary output breaks XML parsers. Such characters are not allowed as entities either, so the generated entities are escaped in order to be printed as text.
* Fixed broken XML junit output due to escaping of CDATA sectionsMatteo Beccati2014-05-271-7/+8
| | | | I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571
* backport this piece from 5.6, related to the #66307 fixAnatol Belski2014-05-261-1/+2
|
* Fixed bug #66307 Fileinfo crashes with powerpoint filesAnatol Belski2014-05-263-2/+7
|
* Fix bug #67328 (fileinfo: numerous file_printf calls resulting in ↵Stanislav Malyshev2014-05-262-13/+6
| | | | | | performance degradation) Upstream patch: https://github.com/file/file/commit/b8acc83781d5a24cc5101e525d15efe0482c280d
* Fix bug #67327: fileinfo: CDF infinite loop in nelements DoSStanislav Malyshev2014-05-262-1/+11
| | | | Upstream fix: https://github.com/file/file/commit/f97486ef5dc3e8735440edc4fc8808c63e1a3ef0
* Fix broken Junit output with --disable-cgiMatteo Beccati2014-05-251-0/+1
|
* Fix broken test caused by fdb2709.Adam Harvey2014-05-231-10/+10
|
* Fix run-tests.php with Valgrind >= 3.10.0.Adam Harvey2014-05-221-3/+3
| | | | | | | The version test that we had in run-tests.php assumed that the major and minor version numbers were always single digits. This removes that assumption and also uses version_compare() for the comparison instead of naively converting it to an integer.
* Add microseconds to the serialised form of DateTime objects.Adam Harvey2014-05-2148-383/+415
| | | | Fixes bug #67308 (Serialize of DateTime truncates fractions of second).
* Improved test for bug #62479Matteo Beccati2014-05-211-8/+27
|