Commit 9851846
committed
Don't patch instructions associated with syscalls on the current thread that have been interrupted by signals
We already do this for other threads. The current thread might also have a syscall that has been
interrupted by a signal that we don't want to stomp on.1 parent 702fbd8 commit 9851846
1 file changed
Lines changed: 14 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
915 | | - | |
916 | | - | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
917 | 913 | | |
918 | 914 | | |
919 | 915 | | |
920 | 916 | | |
921 | | - | |
922 | | - | |
923 | | - | |
924 | 917 | | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
932 | 925 | | |
933 | 926 | | |
934 | 927 | | |
| |||
0 commit comments