1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-16 09:56:34 -04:00
sdrangel/sdrbase
Anton Kotenko 2a47ab2e60 Fix failure due to access by null pointer
Editing FrequencyScanner via api fails due to null pointer.
Failure happens when swagger generated setValue method is called for
complicated/nested structure on the object with is created by
constructor, but not initialized by the ::init method.

Solution:
1. Call init on newly created object
2. Proactively fix this for all types of settings objects
2024-01-14 14:34:49 +01:00
..
audio Fixed AudioNetSink stereo handling 2023-12-11 01:49:11 +01:00
channel Frequency Scanner: handle change of I/Q stream in tracked channels 2023-12-14 21:57:49 +01:00
commands Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
device Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
dsp Fixed some AGC issues 2023-12-11 01:49:11 +01:00
feature Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
pipes Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
plugin Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
resources Update Freq Scanner API 2023-11-30 13:14:21 +00:00
settings Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
util Freq Scanner: Add per-frequency settings. Fix freq > 2GHz. 2023-11-29 17:13:34 +00:00
webapi Fix failure due to access by null pointer 2024-01-14 14:34:49 +01:00
websockets Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
CMakeLists.txt Add instant replay 2023-11-22 14:28:35 +00:00
maincore.cpp Use common code for creating and processing device and channel Ids. 2023-12-05 12:32:53 +00:00
maincore.h Use common code for creating and processing device and channel Ids. 2023-12-05 12:32:53 +00:00
mainparser.cpp Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
mainparser.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
remotetcpsinkstarter.cpp Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
remotetcpsinkstarter.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00