SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube
 
 
 
 
 
 
Go to file
Daniele Forsi a4f1cc9e28 Fix memleaks found with AddressSanitizer/LeakSanitizer
Found with:
ASAN_OPTIONS="detect_odr_violation=1,strip_path_prefix=$(pwd)/" build/sdrangel

Fixes:
Direct leak of 176096 byte(s) in 5503 object(s) allocated from:
    #0 0x7f3a464f46c8 in operator new(unsigned long) ../../../../src/libsanitizer/asan/asan_new_delete.cpp:95
    #1 0x7f3a44009219 in Airline::Init::Init() sdrbase/util/airlines.cpp:5559
    #2 0x7f3a43dc797d in _sub_I_65535_0.0 (build/lib/libsdrbase.so+0x3c797d) (BuildId: fb568b705538a6e506ee23027626f4366b25aa50)
    #3 0x7f3a46c6ce3d in call_init elf/dl-init.c:74
    #4 0x7f3a46c6ce3d in call_init elf/dl-init.c:26

Indirect leak of 989274 byte(s) in 22012 object(s) allocated from:
    #0 0x7f3a464f3bd7 in malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
    #1 0x7f3a410e63f1 in QArrayData::allocate(unsigned long, unsigned long, unsigned long, QFlags<QArrayData::AllocationOption>) (/lib/x86_64-linux-gnu/libQt5Core.so.5+0xe63f1) (BuildId: eaf989d675ab5f0e8e9033fa527c9ed018f70370)
2024-04-07 19:10:38 +02:00
.github/workflows
app
appbench
appsrv
cmake
custom
debian
devices
doc
exports
external
fcdhid
fcdlib
flatpak
ft8 FT8: implement Gray decoding when decoding from magnitudes 2024-04-06 11:01:21 +02:00
httpserver
logging
mac
modemm17
plugins Fix memleaks found with AddressSanitizer/LeakSanitizer 2024-04-07 19:10:38 +02:00
qrtplib
rescuesdriq
scriptsapi
sdrbase Fix memleaks found with AddressSanitizer/LeakSanitizer 2024-04-07 19:10:38 +02:00
sdrbench FT8: implement Gray decoding when decoding from magnitudes 2024-04-06 11:01:21 +02:00
sdrgui Fix memleak found with AddressSanitizer/LeakSanitizer 2024-04-07 19:10:38 +02:00
sdrsrv
settings
snap
swagger
.appveyor.yml
.gitattributes
.gitignore
.gitmodules
.travis.yml
CHANGELOG
CMakeLists.txt Add cmake option to optionally compile with LeakSanitizer 2024-04-07 19:10:38 +02:00
CMakePresets.json
IssueTemplate.md
LICENSE
Readme.md
gitdiff.sh

Readme.md

SDR Angel banner

SDRangel is an open-source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.

Wiki: Most of the information and documentation related to SDRangel can be found in the Wiki. Please make sure to check it in case of questions or trouble and before you post issues on GitHub. You may also seek help from other users using the discussion group below. Before running the program, make sure you read at least the Home and Quick Start pages.

Discussion group: You can ask other users for help or discuss subjects related to SDRangel and its ancillary projects here.

Ancillary projects

  • SDRangelcli is a web application that can be used to control a headless (server flavor) instance of SDRangel. It can also be used as a remote control for the GUI flavor.
  • SDRangel-Docker is a collection of Docker files and scripts to facilitate building and running SDRangel in a Docker container. Works for either the GUI (only on a Linux host) or the server.