You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
294 B

#!/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