Commit 2dd2e18
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (pythonGH-31153)
va_end() must be called before returning.
(cherry picked from commit 59e004a)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>1 parent 5d0d4ae commit 2dd2e18
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 | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
314 | 315 | | |
315 | 316 | | |
316 | 317 | | |
| |||
0 commit comments