Commit 9d5bbea
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix test
update NEWS
Fix bug #70019 - limit extracted files to given directory
Do not do convert_to_* on unserialize, it messes up references
Fix #69793 - limit what we accept when unserializing exception
Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList)
Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArrayObject
ignore signatures for packages too
Fix bug #70168 - Use After Free Vulnerability in unserialize() with SplObjectStorage
Fixed bug #69892
Fix bug #70014 - use RAND_bytes instead of deprecated RAND_pseudo_bytes
Improved fix for Bug #69441
Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items)
Fix bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref)
Fix bug #70081: check types for SOAP variables
Conflicts:
ext/soap/php_http.c
ext/spl/spl_observer.cFile tree
22 files changed
+403
-153
lines changed- Zend
- tests
- ext
- date
- tests
- openssl
- phar
- tests
- soap
- spl
- tests
- standard/tests/serialize
- sapi/cli/tests
22 files changed
+403
-153
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
221 | 248 | | |
222 | 249 | | |
223 | 250 | | |
| |||
586 | 613 | | |
587 | 614 | | |
588 | 615 | | |
589 | | - | |
| 616 | + | |
590 | 617 | | |
591 | 618 | | |
592 | 619 | | |
| |||
602 | 629 | | |
603 | 630 | | |
604 | 631 | | |
605 | | - | |
606 | | - | |
| 632 | + | |
| 633 | + | |
607 | 634 | | |
608 | 635 | | |
609 | 636 | | |
| |||
640 | 667 | | |
641 | 668 | | |
642 | 669 | | |
643 | | - | |
| 670 | + | |
644 | 671 | | |
645 | | - | |
| 672 | + | |
646 | 673 | | |
647 | 674 | | |
648 | 675 | | |
649 | 676 | | |
650 | 677 | | |
651 | | - | |
| 678 | + | |
652 | 679 | | |
653 | 680 | | |
654 | 681 | | |
| |||
658 | 685 | | |
659 | 686 | | |
660 | 687 | | |
| 688 | + | |
661 | 689 | | |
662 | 690 | | |
663 | 691 | | |
| |||
670 | 698 | | |
671 | 699 | | |
672 | 700 | | |
673 | | - | |
| 701 | + | |
674 | 702 | | |
675 | 703 | | |
676 | 704 | | |
| |||
727 | 755 | | |
728 | 756 | | |
729 | 757 | | |
| 758 | + | |
730 | 759 | | |
731 | 760 | | |
732 | 761 | | |
| |||
0 commit comments