File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
- Core:
6
6
. Fixed bug #65593 (Segfault when calling ob_start from output buffering
7
7
callback). (Mike)
8
- . Added NULL byte protection to exec, system and passthru. (Yasuo)
8
+ . Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
9
+ not validated in memory.c). (nayana at ddproperty dot com)
9
10
10
11
- ODBC:
11
12
. Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
31
32
- Core:
32
33
. Removed support for multi-line headers, as the are deprecated by RFC 7230.
33
34
(Stas)
34
- . Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
35
- not validated in memory.c). (nayana at ddproperty dot com)
36
35
. Fixed bug #67068 (getClosure returns somethings that's not a closure).
37
36
(Danack at basereality dot com)
38
37
. Fixed bug #68942 (Use after free vulnerability in unserialize() with
41
40
buffer overflow). (Stas)
42
41
. Fixed Bug #67988 (htmlspecialchars() does not respect default_charset
43
42
specified by ini_set) (Yasuo)
43
+ . Added NULL byte protection to exec, system and passthru. (Yasuo)
44
44
45
45
- Dba:
46
46
. Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)
You can’t perform that action at this time.
0 commit comments