mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 07:45:27 +01:00 
			
		
		
		
	fd_socket now also modifies NW_STR
Assign to local variable sooner.
This commit is contained in:
		@@ -3447,8 +3447,8 @@ client_simulation_sockets() {
 | 
			
		||||
     done
 | 
			
		||||
     debugme echo "sending client hello..."
 | 
			
		||||
     code2network "${data}"
 | 
			
		||||
     fd_socket 5 || return 6
 | 
			
		||||
     data="$NW_STR"
 | 
			
		||||
     fd_socket 5 || return 6
 | 
			
		||||
     [[ "$DEBUG" -ge 4 ]] && echo "\"$data\""
 | 
			
		||||
     printf -- "$data" >&5 2>/dev/null &
 | 
			
		||||
     sleep $USLEEP_SND
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user