Home
last modified time | relevance | path

Searched refs:ps_files_path_create (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/session/tests/
H A Dbug73100.phpt2 Bug #73100 (session_destroy null dereference in ps_files_path_create)
/PHP-7.1/ext/session/
H A Dmod_files.c109 static char *ps_files_path_create(char *buf, size_t buflen, ps_files *data, const char *key) in ps_files_path_create() function
177 if (!ps_files_path_create(buf, sizeof(buf), data, key)) { in ps_files_open()
348 if (!key || !ps_files_path_create(buf, sizeof(buf), data, key)) { in ps_files_key_exists()
579 if (!ps_files_path_create(buf, sizeof(buf), data, ZSTR_VAL(key))) { in PS_UPDATE_TIMESTAMP_FUNC()
614 if (!ps_files_path_create(buf, sizeof(buf), data, ZSTR_VAL(key))) { in PS_DESTROY_FUNC()
/PHP-7.1/
H A DNEWS1970 . Fixed bug #73100 (session_destroy null dereference in ps_files_path_create).
2337 . Fixed bug #73100 (session_destroy null dereference in ps_files_path_create).

Completed in 24 milliseconds