summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-04-26-17-14-20.bpo-36734.p2MaiN.rst
blob: 09341990a63d17532f6e5e49a1854cd3fbea7b3c (plain)
1
2
Fix compilation of ``faulthandler.c`` on HP-UX. Initialize ``stack_t
current_stack`` to zero using ``memset()``.