@ -3594,6 +3594,7 @@ static void before (char *me) {
#define SIGRTMAX 32
#endif
// lastly, establish a robust signals environment
memset(&sa,0,sizeof(sa));
sigemptyset(&sa.sa_mask);
// with user position preserved through SIGWINCH, we must avoid SA_RESTART
sa.sa_flags=0;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.