Will Glynn 4914b5d431 rtl_adsb: Fix invalid memory access
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>
2013-09-13 18:55:55 +02:00
2013-06-04 20:18:56 +02:00
2012-03-27 20:53:49 +02:00
2013-09-13 18:55:55 +02:00
2012-12-16 16:25:40 +01:00
2013-06-12 18:49:38 +02:00
2012-03-27 20:53:49 +02:00
2012-03-27 20:53:49 +02:00
2012-04-03 20:18:20 +02:00

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
Modified Osmocom drivers with enhancements for RTL-SDR Blog V3 and V4 units.
Readme 883 KiB
Languages
C 91.5%
CMake 5.2%
Shell 1.7%
M4 0.9%
Makefile 0.7%