History log of /php-src/ext/session/session.c (Results 176 – 200 of 960)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# b00f8f2a 19-Jul-2016 Stanislav Malyshev

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
fix #72519, possible OOB using imagegif
fix #72512, invalid read or write for palette image when invalid transparent index is used

Merge branch 'PHP-5.6' into PHP-7.0

* 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

show more ...


# 4d0565b5 19-Jul-2016 Stanislav Malyshev

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
fix #72519, possible OOB using imagegif
fix #72512, invalid read or write for palette image when invalid transparent index is used

Merge branch 'PHP-5.5' into PHP-5.6

* 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

show more ...


# 3798eb6f 13-Jul-2016 Stanislav Malyshev

Fix bug #72562 - destroy var_hash properly

Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1
# 24237027 05-Jul-2016 Aaron Piotrowski

Merge branch 'throw-error-in-extensions'


Revision tags: php-7.1.0alpha2
# 323b2733 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings

Revision tags: php-7.0.8, php-5.6.23, php-5.5.37
# 7d538645 14-Jun-2016 Aaron Piotrowski

E_RECOVERABLE_ERROR -> thrown Error

# 771e5cc2 11-Jun-2016 Aaron Piotrowski

Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error

# e3c681aa 11-Jun-2016 Aaron Piotrowski

Merge branch 'master' into throw-error-in-extensions


Revision tags: php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1
# d5914d19 16-Apr-2016 Xinchen Hui

Merge branch 'PHP-7.0'


# 05d53dee 16-Apr-2016 Xinchen Hui

Fixed bug #71972 (Cyclic references causing session_start(): Failed to decode session object)

Revision tags: php-7.0.6RC1
# dc9ae10b 07-Apr-2016 Yasuo Ohgaki

Remove debug code

# 60b14413 07-Apr-2016 Yasuo Ohgaki

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed Bug #71974 Trans sid will always be send, even if cookies are available


# 6467a4eb 07-Apr-2016 Yasuo Ohgaki

Fixed Bug #71974 Trans sid will always be send, even if cookies are available

Revision tags: php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1
# 01579ae0 11-Mar-2016 Yasuo Ohgaki

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed Bug #71683 Null pointer dereference in zend_hash_str_find_bucket


# 50fca7a0 11-Mar-2016 Yasuo Ohgaki

Fixed Bug #71683 Null pointer dereference in zend_hash_str_find_bucket

# 4c388004 10-Mar-2016 Xinchen Hui

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed bug #71754 (Regression in PHP7.0: trivial script segfaults php-cgi)
Bug #71756 (Call-by-reference widens scope to uninvolved functions whe

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed bug #71754 (Regression in PHP7.0: trivial script segfaults php-cgi)
Bug #71756 (Call-by-reference widens scope to uninvolved functions when used in switch)
tsrm_win32_get_path_sid_key might returns NULL (Partially fix bug #71752)

show more ...


# 98c625a3 10-Mar-2016 Xinchen Hui

Fixed bug #71754 (Regression in PHP7.0: trivial script segfaults php-cgi)

# f57c0b32 03-Mar-2016 Nikita Popov

Merge branch 'PHP-7.0'


# 1ac15293 03-Mar-2016 Nikita Popov

Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE

Also re bug #71575.

Revision tags: php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1
# 6f81e95c 03-Feb-2016 Antony Dovgal

check length first, prevent out-of-bounds read

# 64e8cfad 03-Feb-2016 Antony Dovgal

check length first, prevent out-of-bounds read

Revision tags: php-5.6.18, php-7.0.3, php-5.5.32
# 15ba618a 29-Jan-2016 Anatol Belski

Merge branch 'PHP-7.0'

* PHP-7.0:
fix wrong gc sequence


# d2c752d7 29-Jan-2016 Anatol Belski

fix wrong gc sequence

# b858224b 29-Jan-2016 Anatol Belski

reset ext/session to the state of 7.0.2

# ae6e139c 29-Jan-2016 Anatol Belski

reset the ext/session to the state of 5.6.17

12345678910>>...39