Go to file
David Bauer 825aa0c093 respondd-module-airtime: fix null pointer deref
In case a radio exists, but is disabled, the survey request will return
successfully, but without data.

The code could not handle this case, as the newest_element_index would
be negative in this case, leading to json_object_array_get_idx returning
a null-pointer.

Check for a null pointer prior adding the PHY index, avoiding a
null-pointer dereference.

Signed-off-by: David Bauer <mail@david-bauer.net>
2021-07-03 02:31:05 +02:00
admin autoupdater: Fixed segfault on wrong long option 2020-01-10 00:34:44 +01:00
libs lua-jsonc: add host build support 2021-06-09 21:30:39 +02:00
net respondd-module-airtime: fix null pointer deref 2021-07-03 02:31:05 +02:00
utils Merge pull request #212 from TDT-AG/pr/20190211-micrond 2019-11-20 14:02:14 +01:00
.gitignore Add .gitignore 2013-09-28 19:45:19 +02:00