History log of /PHP-8.2/ext/standard/var_unserializer.re (Results 76 – 100 of 316)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 7a7ec01a 02-Jan-2018 Xinchen Hui

year++

# ccd4716e 02-Jan-2018 Xinchen Hui

year++

Revision tags: php-7.2.1RC1, php-7.1.13RC1, php-7.0.27RC1
# a5014d7c 30-Nov-2017 Dmitry Stogov

Avoid visibility checks for classes without predefined properties

# 03da5f8e 29-Nov-2017 Dmitry Stogov

Try to intern unserualized string keys

Revision tags: php-7.2.0, php-7.1.12, php-7.0.26
# 22056312 09-Nov-2017 Dmitry Stogov

Optimized parse_iv2()

Revision tags: php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1
# cf67a421 27-Oct-2017 Dmitry Stogov

Use per-request heap instead of system one

Revision tags: php-7.1.11, php-5.6.32, php-7.2.0RC5
# 9cf87aa1 24-Oct-2017 Dmitry Stogov

Avoid HashTable allocations for empty arrays (using zend_empty_array).

Revision tags: php-7.0.25
# f26fc527 13-Oct-2017 Dmitry Stogov

Fixed unzserialize(), to disable creation of unsupported data structures through manually crafted strings. (Dmitry)

Revision tags: php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24, php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1
# 4b12a438 11-Sep-2017 Xinchen Hui

Merge branch 'PHP-7.2'

* PHP-7.2:
Update NEWS
Fixed bug #75152 (signed integer overflow in parse_iv)


# 82d4727d 11-Sep-2017 Xinchen Hui

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed bug #75152 (signed integer overflow in parse_iv)

Conflicts:
ext/standard/var_unserializer.c


# 6b2813c3 11-Sep-2017 Xinchen Hui

Fixed bug #75152 (signed integer overflow in parse_iv)

Revision tags: php-7.1.9, php-7.2.0RC1, php-7.0.23
# 4fbff82c 23-Aug-2017 Kalle Sommer Nielsen

Kill compiler warnings in ext/standard

Revision tags: php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1
# a871badf 12-Aug-2017 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# 4fb7665c 12-Aug-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# 1a23ebc1 12-Aug-2017 Nikita Popov

Fixed bug #74103 and bug #75054

Directly fail unserialization when trying to acquire an r/R
reference to an UNDEF HT slot. Previously this left an UNDEF and
later deleted the index/k

Fixed bug #74103 and bug #75054

Directly fail unserialization when trying to acquire an r/R
reference to an UNDEF HT slot. Previously this left an UNDEF and
later deleted the index/key from the HT.

What actually caused the issue here is a combination of two
factors: First, the key deletion was performed using the hash API,
rather than the symtable API, such that the element was not actually
removed if it used an integral string key. Second, a subsequent
deletion operation, while collecting trailing UNDEF ranges, would
mark the element as available for reuse (leaving a corrupted HT
state with nNumOfElemnts > nNumUsed).

Fix this by failing early and dropping the deletion code.

show more ...

Revision tags: php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1
# 7be2637d 10-Jul-2017 Dmitry Stogov

Fixed memory leak introduced by 7cb5bdf64a95bd70623d33d6ea122c13b01113bd

Revision tags: php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1
# 7cb5bdf6 21-Apr-2017 Pedro Magalhães

Fix #49649 - Handle property visibility changes on unserialization

# d75dbb0e 05-Jul-2017 Stanislav Malyshev

Merge branch 'PHP-7.1'

* PHP-7.1:
Improve fix for #74145
Fix wddx
Fix tests
Fixed bug #74111
Fix bug #74603 - use correct buffer size
Fix bug #74651 - che

Merge branch 'PHP-7.1'

* PHP-7.1:
Improve fix for #74145
Fix wddx
Fix tests
Fixed bug #74111
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #74087
Fixed parsing of strange formats with mixed month/day and time strings
Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV
Fixed bug #74111
Fix #74435: Buffer over-read into uninitialized memory
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #73807

show more ...


# 0ba04f77 05-Jul-2017 Stanislav Malyshev

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Improve fix for #74145
Fix wddx
Fix tests
Fixed bug #74111
Fix bug #74603 - use correct buffer size
Fix bug

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Improve fix for #74145
Fix wddx
Fix tests
Fixed bug #74111
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #74087
Fixed parsing of strange formats with mixed month/day and time strings
Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV
Fixed bug #74111
Fix #74435: Buffer over-read into uninitialized memory
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #73807

show more ...


# 3a25a56a 25-Jun-2017 Nikita Popov

Fixed bug #74111

# a0203ea1 04-Jul-2017 Anatol Belski

fix datatype

# 41ba98f0 04-Jul-2017 Anatol Belski

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
fix datatype


# a29264eb 04-Jul-2017 Anatol Belski

fix datatype

# b28c6515 04-Jul-2017 Anatol Belski

Merge branch 'PHP-7.1'

* PHP-7.1:
Fixed bug #74101 and bug #74614


# 2dc24005 04-Jul-2017 Anatol Belski

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed bug #74101 and bug #74614


12345678910>>...13