mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 00:56:03 +00:00 
			
		
		
		
	fixup for 9ab7dbe
				
					
				
			This commit is contained in:
		@@ -51,7 +51,7 @@ static void set_own_dir(const char *argv0) {
 | 
				
			|||||||
		l--;
 | 
							l--;
 | 
				
			||||||
	if(l == 0)
 | 
						if(l == 0)
 | 
				
			||||||
#ifdef SUPER_SECURE
 | 
					#ifdef SUPER_SECURE
 | 
				
			||||||
		memcpy(own_dir, "/dev/null/", 2);
 | 
							memcpy(own_dir, "/dev/null/", 11);
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
		memcpy(own_dir, ".", 2);
 | 
							memcpy(own_dir, ".", 2);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user