pajoye Tue, 19 Oct 2010 09:55:36 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304505
Log:
- fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment,
(CVE-2010-3709), report&patch from Maksymilian Arciemowicz
Changed paths:
U
pajoye Tue, 19 Oct 2010 09:56:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304506
Log:
- fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment,
(CVE-2010-3709), report&patch from Maksymilian Arciemowicz
Changed paths:
U
pajoye Tue, 19 Oct 2010 09:56:59 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304507
Log:
- update #52929 and zip NULL deref
Bug: http://bugs.php.net/52929 (Closed) Segfault in filter_var with
FILTER_VALIDATE_EMAIL with large amount of data
pajoye Tue, 19 Oct 2010 10:16:58 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304508
Log:
- update #52929 and zip NULL deref
Bug: http://bugs.php.net/52929 (Closed) Segfault in filter_var with
FILTER_VALIDATE_EMAIL with large amount of data
derick Tue, 19 Oct 2010 10:42:38 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304509
Log:
- Strip out the typehint *checks* only. They are still parsed, and they are
still accessible through the reflection API.
Changed paths:
U php/ph