summaryrefslogtreecommitdiff
path: root/ext/standard/var_unserializer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-011-34/+42
|\
| * Fix bug #70172 - Use After Free Vulnerability in unserialize()Stanislav Malyshev2015-08-311-35/+41
* | Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-08-251-32/+31
|\ \ | |/
| * Fix bug #70219 (Use after free vulnerability in session deserializer)Stanislav Malyshev2015-08-231-34/+34
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-03-171-32/+34
|\ \ | |/
| * Fixed bug #68976 - Use After Free Vulnerability in unserialize()Stanislav Malyshev2015-03-171-31/+32
* | Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize)Xinchen Hui2015-03-011-35/+33
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-201-2/+2
|\ \ | |/
| * Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())Stanislav Malyshev2015-01-011-2/+2
* | Bump yearXinchen Hui2015-01-151-1/+1
|/
* Fix bug #68594 - Use after free vulnerability in unserialize()Stanislav Malyshev2014-12-161-32/+36
* Fixed bug #68545 NULL pointer dereference in unserialize.cAnatol Belski2014-12-111-32/+38
* Fixed bug #68044: Integer overflow in unserialize() (32-bits only)Stanislav Malyshev2014-10-131-2/+2
* Better fix for bug #67072 with more BC provisionsStanislav Malyshev2014-06-211-33/+34
* Update copyright year for re2c generated filesLior Kaplan2014-06-161-1/+1
* Fixed regression introduced by patch for bug #67072Anatol Belski2014-06-031-32/+36
* Improved the fix for bug #67072, thanks NikitaAnatol Belski2014-04-181-33/+36
* Fixed bug #67072 Echoing unserialized "SplFileObject" crashAnatol Belski2014-04-171-33/+42
* Bump yearXinchen Hui2014-01-031-1/+1
* fix bug #65481 (shutdown segfault due to serialize)Michael Wallner2013-08-201-45/+72
* Fixed bug #64354 (Unserialize array of objects whose class can't be autoloade...Xinchen Hui2013-03-091-32/+58
* Merge fix of #62836 to ?.re, and regenerate ?.cXinchen Hui2013-01-211-31/+31
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #62836 (Seg fault or broken object references on unserialize())Xinchen Hui2012-08-171-0/+6
* - fix bug #60879, unserialize does not invoke __wakeupPierre Joye2012-02-281-0/+6
* - Year++Felipe Pena2012-01-011-1/+1
* - Make valgrind happy with session_decode_error2.phpt Felipe Pena2011-11-091-626/+286
* - Fixed #55798: serialize followed by unserialize with numeric object prop.Gustavo André dos Santos Lopes2011-09-281-35/+42
* - Year++Felipe Pena2011-01-011-1/+1
* Improved performance of unserialize(), original patch by galaxy dot mipt at g...Kalle Sommer Nielsen2010-09-181-299/+642
* - Updated generated fileFelipe Pena2010-08-061-2/+2
* fix SplObjectStorage unserialization (CVE-2010-2225)Stanislav Malyshev2010-06-291-2/+2
* - Fix #51424, crypt() function hangs after 3rd callPierre Joye2010-06-151-1/+1
* Added support for object references in recursive serialize() calls. FR #36424Michael Wallner2010-05-261-45/+60
* - [doc] add stream_set_read_buffer, equivalent of stream_set_write_buffer for...Pierre Joye2010-04-121-1/+1
* - those are in 5.3.2 now, merge to 5.3.2 section is comingPierre Joye2010-02-111-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-1/+1
* Fixed bug #44929 - Better handling of leading zerosRasmus Lerdorf2009-04-081-1/+1
* - MFH: Year++Felipe Pena2009-03-171-1/+1
* MFH: Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with dif...Matt Wilmas2009-03-171-18/+41
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-2/+2
* Fixed bug #45706 (Unserialization of classes derived from ArrayIterator fails)Dmitry Stogov2008-08-291-38/+41
* RegenerateMatt Wilmas2008-05-271-19/+17
* - Generated with re2c 0.13.4Jani Taskinen2008-04-081-369/+367
* MFB: Fixed bug #43614 (incorrect processing of numerical string keys of array...Felipe Pena2008-03-191-2/+2
* Fixed bug #42919 (Unserializing of namespaced class object fails)Dmitry Stogov2007-10-171-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-5/+5
* fix a few compiler warnings (mostly use of unitialized values)Nuno Lopes2007-09-291-2/+2
* Touch generated fileJani Taskinen2007-08-061-42/+42