Skip to content

Fix coredump in icwmpd

Niall McGee requested to merge bt/icwmp:feature/download_coredump_fix into devel

Remove FREE() of static value.

icwmpd is core dumping in cwmp_rpc_acs_destroy_data_transfer_complete() when freeing p->old_software_version. This points to an array field in struct transfer_complete->deviceid, not dynamically allocated memory.

Edited by Niall McGee

Merge request reports