You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the bigprone-signal-handler check to find signal safety issues, but it didn't find any, even when I added malloc(1) into my signal handler. Looking closer, it seems to check for signal() calls, but not sigaction() calls: