- Notifications
You must be signed in to change notification settings - Fork5k
Commita396d88
committed
Put in some more safeguards against executing a division-by-zero.
Add dummy returns before every potential division-by-zero in int8.c,because apparently further "improvements" in gcc's optimizer haveenabled it to break functions that weren't broken before.Aurelien Jarno, via Martin Pitt1 parent1487ca0 commita396d88
1 file changed
+19
-0
lines changedLines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
595 | 595 |
| |
596 | 596 |
| |
597 | 597 |
| |
| 598 | + | |
598 | 599 |
| |
599 | 600 |
| |
600 | 601 |
| |
| 602 | + | |
| 603 | + | |
| 604 | + | |
601 | 605 |
| |
602 | 606 |
| |
603 | 607 |
| |
| |||
641 | 645 |
| |
642 | 646 |
| |
643 | 647 |
| |
| 648 | + | |
644 | 649 |
| |
645 | 650 |
| |
646 | 651 |
| |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
647 | 656 |
| |
648 | 657 |
| |
649 | 658 |
| |
| |||
817 | 826 |
| |
818 | 827 |
| |
819 | 828 |
| |
| 829 | + | |
820 | 830 |
| |
821 | 831 |
| |
822 | 832 |
| |
| 833 | + | |
| 834 | + | |
| 835 | + | |
823 | 836 |
| |
824 | 837 |
| |
825 | 838 |
| |
| |||
911 | 924 |
| |
912 | 925 |
| |
913 | 926 |
| |
| 927 | + | |
914 | 928 |
| |
915 | 929 |
| |
916 | 930 |
| |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
917 | 935 |
| |
| 936 | + | |
918 | 937 |
| |
919 | 938 |
| |
920 | 939 |
| |
|
0 commit comments
Comments
(0)