This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Commit dc317ac
Fix two out-of-bounds array reads (#99)
The patch is taken from a commit to the CPython repo with the message:
bpo-36495: Fix two out-of-bounds array reads (GH-12641)
Research and fix by @bradlarsen.1 parent 0de4de6 commit dc317ac
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1445 | 1445 | | |
1446 | 1446 | | |
1447 | 1447 | | |
1448 | | - | |
| 1448 | + | |
1449 | 1449 | | |
1450 | 1450 | | |
1451 | 1451 | | |
| |||
1644 | 1644 | | |
1645 | 1645 | | |
1646 | 1646 | | |
1647 | | - | |
| 1647 | + | |
1648 | 1648 | | |
1649 | 1649 | | |
1650 | 1650 | | |
| |||
0 commit comments