Commit 59e004a
authored
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (pythonGH-31153)
va_end() must be called before returning.1 parent a335d98 commit 59e004a
2 files changed
Lines changed: 2 additions & 0 deletions
File tree
- Misc/NEWS.d/next/Core and Builtins
- Modules
Lines 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 | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
| |||
0 commit comments