mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 09:06:05 +00:00 
			
		
		
		
	fix SOCKSv4a
This commit is contained in:
		@@ -342,7 +342,10 @@ static int tunnel_to(int sock, ip_type ip, unsigned short port, proxy_type pt,ch
 | 
			
		||||
				memcpy(&buff[4], &ip, 4); // dest host
 | 
			
		||||
				len = ulen + 1; // username
 | 
			
		||||
    				if(len > 1)
 | 
			
		||||
         				memcpy(&buff[8], user, ulen + 1);
 | 
			
		||||
         				memcpy(&buff[8], user, len);
 | 
			
		||||
				else {
 | 
			
		||||
					buff[8] = 0;
 | 
			
		||||
				}
 | 
			
		||||
				
 | 
			
		||||
				// do socksv4a dns resolution on the server
 | 
			
		||||
				if(dns_len) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user