 470d3ee057
			
		
	
	470d3ee057
	
	
	
		
			
			The fuzzer is broken and it breaks OSS-Fuzz according to #7288. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			228 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			228 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Package btf handles data encoded according to the BPF Type Format.
 | |
| //
 | |
| // The canonical documentation lives in the Linux kernel repository and is
 | |
| // available at https://www.kernel.org/doc/html/latest/bpf/btf.html
 | |
| package btf
 |