Commit 9189c8f
committed
Correctly handle
A `#f` value used to be converted to a list by `flatten` and passed to
`plot-area`, since `plot-area` was exported using `unsafe-provide`, it had no
further checks and crashed racket with an invalid memory reference.
See also #91#f in set-overlay-renderers (racket/#3753)1 parent afd0a67 commit 9189c8f
File tree
2 files changed
+6
-1
lines changed- plot-gui-lib/plot/private/gui
- plot-test/plot/tests/PRs
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
| |||
0 commit comments