An ubus RPC daemon for Liminix
Find a file
Denis Osvald f8174eacef iwinfo: zero out ccode buffer since library doesn't
Making an ubus call iwinfo countrylist '{"device":"radio0"}' will result
in some entries having garbage uninitialized stack bytes in the "code"
fields.

With this patch we zero-initialize the buffer that libiwinfo writes to,
making it NUL-terminated so that behavior doesn't happen anymore.

Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2016-06-05 16:05:23 +02:00
include/rpcd fix for json 0.12 2015-03-08 15:04:13 +01:00
CMakeLists.txt add a system object that allows us to set passwords and trigger sysupgrade 2015-08-25 23:56:32 +02:00
exec.c Extend copyright 2014-01-12 12:48:58 +00:00
file.c file: add myself in Copyright header 2016-04-12 17:15:27 +02:00
iwinfo.c iwinfo: zero out ccode buffer since library doesn't 2016-06-05 16:05:23 +02:00
main.c paths: substitute literal with macro 2015-11-20 18:00:28 +01:00
plugin.c properly handle return codes 2015-03-28 18:36:40 +01:00
session.c properly handle return codes 2015-03-28 18:36:40 +01:00
sys.c add a system object that allows us to set passwords and trigger sysupgrade 2015-08-25 23:56:32 +02:00
uci.c uci: allow setting zero-length values (to delete an option) 2015-11-23 19:11:44 +01:00
unauthenticated.json session: setup a persistent NULL section and implement login procedure 2013-09-10 19:56:36 +02:00