1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00

Merge branch 'PHP-7.0'

* PHP-7.0:
  fix yet another leak
This commit is contained in:
Anatol Belski
2016-01-29 16:04:13 +01:00

View File

@@ -175,6 +175,7 @@ static void ps_files_open(ps_files *data, const char *key)
data->basedir = NULL;
data->basedir_len = 0;
}
efree(data);
php_error_docref(NULL, E_WARNING, "The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,'");
return;
}