mirror of
				https://git.haproxy.org/git/haproxy.git/
				synced 2025-10-31 16:41:01 +01:00 
			
		
		
		
	This remove's C++ style casts from the return value of malloc/calloc. see 403fd722ace1d98d3cfe17bbee1382bf58040466
		
			
				
	
	
		
			12 lines
		
	
	
		
			50 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			50 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @@
 | |
| type T;
 | |
| @@
 | |
| 
 | |
| - (T*)
 | |
| (
 | |
| malloc
 | |
| |
 | |
| calloc
 | |
| )
 | |
|   (...)
 |