History log of /php-src/ext/opcache/jit/zend_jit_helpers.c (Results 51 – 75 of 229)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# cbc0b1af 13-Dec-2021 Dmitry Stogov

Fix array clobering by user error handler

Fixes oss-fuzz #42234

# fe1f613b 06-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
Fix use after free because of data clobbering by user error handler


# 5459ed4c 06-Dec-2021 Dmitry Stogov

Fix use after free because of data clobbering by user error handler

Fixes oss-fuzz #41692

# a9c2dcd8 03-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
Add missing "return"


# 7a6fb975 03-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Add missing "return"


# c9901aa5 03-Dec-2021 Dmitry Stogov

Add missing "return"

# 1195ab89 03-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
Add test
ws
Fix array object clobbering by user error handler


# e52f57cf 03-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Add test
ws


# 4a5c05a4 03-Dec-2021 Dmitry Stogov

ws

# 731ce6be 03-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix array object clobbering by user error handler


# 1d054b3f 03-Dec-2021 Dmitry Stogov

Fix array object clobbering by user error handler

Fixes oss-fuss #41605 and #41610

# 88dc5cb3 02-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
JIT: Fix ASSIGN_DIM_OP with undefined variable and index and user error handler, throwing an exception


# b4680b05 02-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
JIT: Fix ASSIGN_DIM_OP with undefined variable and index and user error handler, throwing an exception


# 2fde308f 02-Dec-2021 Dmitry Stogov

JIT: Fix ASSIGN_DIM_OP with undefined variable and index and user error handler, throwing an exception

Fixes oss-fuzz #39422

# d29e9387 02-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
Fix yet another indirect string modification by error handler problem


# ddcfffad 02-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix yet another indirect string modification by error handler problem


# 94286cd5 02-Dec-2021 Dmitry Stogov

Fix yet another indirect string modification by error handler problem

Revision tags: php-8.1.1RC1
# da0d4bf7 02-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
Add missing zend_string_release_ex(tmp, 0) and cleanup


# b9ff359a 02-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Add missing zend_string_release_ex(tmp, 0) and cleanup


# 37ac707c 02-Dec-2021 Dmitry Stogov

Add missing zend_string_release_ex(tmp, 0) and cleanup

- use GC_DELREF() instead of zend_string_release_ex()
- add expectations for exceptional cases
- replace IS_ARRAY_IMMUTABLE by

Add missing zend_string_release_ex(tmp, 0) and cleanup

- use GC_DELREF() instead of zend_string_release_ex()
- add expectations for exceptional cases
- replace IS_ARRAY_IMMUTABLE by IS_STR_INTERNED

show more ...

# 17fac12e 02-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
Fixed ext/bz2/tests/005.phpt test failure introduesed by 09547c64c28f81957d986b9c6b995b28d1098db6


# 4eaba3e2 02-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fixed ext/bz2/tests/005.phpt test failure introduesed by 09547c64c28f81957d986b9c6b995b28d1098db6


# df16da36 02-Dec-2021 Dmitry Stogov

Fixed ext/bz2/tests/005.phpt test failure introduesed by 09547c64c28f81957d986b9c6b995b28d1098db6

Revision tags: php-8.0.14RC1
# 2384112e 01-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
Fix clobering of operand by error handler in assignment to string offset (optimization and JIT support)


# e833e5cf 01-Dec-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix clobering of operand by error handler in assignment to string offset (optimization and JIT support)


12345678910