]> granicus.if.org Git - php/commit
Fix bug #67972 (SessionHandler Invalid memory read create_sid()).
authorAdam Harvey <aharvey@php.net>
Mon, 8 Sep 2014 19:25:14 +0000 (19:25 +0000)
committerAdam Harvey <aharvey@php.net>
Mon, 8 Sep 2014 19:25:14 +0000 (19:25 +0000)
commitbc44eb61728951ffe789be91ea0142a4120afc50
treeac54c15a51a5d784cdd64e93e6bace19520f26dd
parentb16929ca7294fb047e63eb6c04d715d980a50c47
Fix bug #67972 (SessionHandler Invalid memory read create_sid()).

SessionHandler::create_sid() didn't check if PS(default_mod) was initialised
before attempting to call its create_sid() handler.
NEWS
ext/session/mod_user_class.c
ext/session/tests/bug67972.phpt [new file with mode: 0644]