mirror of
				https://github.com/rtlsdrblog/rtl-sdr-blog.git
				synced 2025-10-30 16:38:07 +01:00 
			
		
		
		
	
			
				
					
						
					
					4914b5d4314b7523a13ed00ea4ac82a4b992ea9f
				
			
			
		
	single_manchester() considers both i and i+1, but the loop only tests that i is in bounds. This causes undefined behavior, including but not limited to a SIGBUS-related crash on Mac OS X. (And also, we should not enter an infinite loop, caused by applying an patch I sent that didn't also change the while condition.) Signed-off-by: Steve Markgraf <steve@steve-m.de>
rtl-sdr turns your Realtek RTL2832 based DVB dongle into a SDR receiver ====================================================================== For more information see: http://sdr.osmocom.org/trac/wiki/rtl-sdr
Description
				
					Languages
				
				
								
								
									C
								
								91.5%
							
						
							
								
								
									CMake
								
								5.2%
							
						
							
								
								
									Shell
								
								1.7%
							
						
							
								
								
									M4
								
								0.9%
							
						
							
								
								
									Makefile
								
								0.7%