replace exit(3) by _exit(2) in signal handler sigchld()
exit(3) is not async-signal-safe but, _exit(2) is. This change prevents st to crash and dump core.
This commit is contained in:
		
				
					committed by
					
						 Hiltjo Posthuma
						Hiltjo Posthuma
					
				
			
			
				
	
			
			
			
						parent
						
							43a395ae91
						
					
				
				
					commit
					d6ea0a1a61
				
			
		Reference in New Issue
	
	Block a user