cn-uofbasel / ccn-lite

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

resolves dereference issues in various functions #293

Closed mfrey closed 6 years ago

mfrey commented 6 years ago

Contribution description

Adds NULL checks on pointer in order to avoid potential dereferences of a NULL pointer. All these issues were identified by LLVMs scan-build