- Notifications
You must be signed in to change notification settings - Fork5
Commit0d8f3d5
committed
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Apparently, there are bugs in this code that cause it to loop endlessly.That bug still needs more research, but in the meantime it's clear thatthe loop is missing a check for interrupts so that it can be cancelledtimely.Backpatch to 9.1 -- this has been missing since49475aa.1 parente2f1765 commit0d8f3d5
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
3931 | 3932 |
| |
3932 | 3933 |
| |
3933 | 3934 |
| |
| 3935 | + | |
| 3936 | + | |
3934 | 3937 |
| |
3935 | 3938 |
| |
3936 | 3939 |
| |
|
0 commit comments
Comments
(0)