Skip to content

Commit 759e841

Browse files
committed
Update NEWS
1 parent 44f87fb commit 759e841

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2019, PHP 7.1.27
44

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)
521

622
10 Jan 2019, PHP 7.1.26
723

0 commit comments

Comments
 (0)