File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,22 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2019, PHP 7.1.27
4
4
5
+ - Core:
6
+ . Fixed bug #77630 (rename() across the device may allow unwanted access during
7
+ processing). (Stas)
8
+
9
+ - EXIF:
10
+ . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
11
+ . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
12
+ . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
13
+ . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
14
+
15
+ - PHAR:
16
+ . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
17
+ (bishop)
18
+
19
+ - SPL:
20
+ . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)
5
21
6
22
10 Jan 2019, PHP 7.1.26
7
23
You can’t perform that action at this time.
0 commit comments