diff options
author | Xinchen Hui <laruence@gmail.com> | 2015-11-07 07:17:43 -0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2015-11-07 07:17:43 -0800 |
commit | 148bb622faa71090a3f6d9721aeb28a4ac720496 (patch) | |
tree | ef0dd38902134286cd785ae3e63124d190c841be /ext/session/mod_files.c | |
parent | 2d8d97cee25b632b21d4740c0c7c077196603e9d (diff) | |
download | php-git-148bb622faa71090a3f6d9721aeb28a4ac720496.tar.gz |
Revert "Fixed bug #70876 Segmentation fault when regenerating session id with strict mode"
This reverts commit 0bf3ebb4ba77f38261d9cb21a205a7d31b7f85cf.
Diffstat (limited to 'ext/session/mod_files.c')
-rw-r--r-- | ext/session/mod_files.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index 933df93ca8..8301b73f5e 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -702,10 +702,6 @@ PS_VALIDATE_SID_FUNC(files) { PS_FILES_DATA; - if (!data) { - return FAILURE; - } - return ps_files_key_exists(data, ZSTR_VAL(key)); } |