Skip to content

Fix crash on no parameter_key

Simon Tate requested to merge bt/icwmp:feature/fix-parameter-key-crash into devel

Default parameter_key to a 0 length string, instead of NULL.

Otherwise, the code in cwmp_ubus_call and blobmsg_add_string will attempt a strlen on a NULL string, which segfaults.

Merge request reports