Skip to content

rts: Ensure that sigaction structs are initialized

Ben Gamari requested to merge wip/T18037 into master

I noticed these may have uninitialized fields when looking into #18037. The reporter says that zeroing them doesn't fix the MSAN failures they observe but zeroing them is the right thing to do regardless.

Merge request reports