Commit eb0d5c3
authored
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (pythonGH-21009)
Detected by Coverity.1 parent 314858e commit eb0d5c3
File tree
2 files changed
+7
-6
lines changed- Misc/NEWS.d/next/Library
- Modules/_ssl
2 files changed
+7
-6
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
128 | 134 | | |
129 | 135 | | |
130 | 136 | | |
| |||
141 | 147 | | |
142 | 148 | | |
143 | 149 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments