12 lines
		
	
	
		
			294 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			294 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
#!/bin/sh
 | 
						|
 | 
						|
# Check how long sun_path addresses are traced.
 | 
						|
 | 
						|
. "${srcdir=.}/init.sh"
 | 
						|
 | 
						|
run_prog ../net-accept-connect 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678
 | 
						|
run_strace_merge -ebind,connect,getsockname $args
 | 
						|
match_grep
 | 
						|
 | 
						|
exit 0
 |