1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-17 02:16:33 -04:00
sdrangel/sdrbase/webapi
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
..
webapiadapter.cpp Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiadapter.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiadapterbase.cpp Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiadapterbase.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiadapterinterface.cpp Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiadapterinterface.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapirequestmapper.cpp Fix failure due to access by null pointer 2024-01-14 14:34:49 +01:00
webapirequestmapper.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiserver.cpp Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiserver.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiutils.cpp Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
webapiutils.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00