cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

ccnl_content_remove: Fix use-after-free #388

Closed chrysn closed 6 months ago

chrysn commented 2 years ago

Contribution description

Current GCC detected that the c->evtmsg_cstimeout and the ccnl_free it is switched with constitute use-after-free. The rearrangement should fix the issue.

benpicco commented 6 months ago

@blacksheeep can we get this merged?