Commit 0d8f3d5
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 that
the loop is missing a check for interrupts so that it can be cancelled
timely.
Backpatch to 9.1 -- this has been missing since 49475aa.1 parent e2f1765 commit 0d8f3d5
1 file changed
+3
-0
lines changed| 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