named-data-iot/ndn-lite

Add checks for return values of all nested function calls in library

Opened this issue · 1 comments

Currently, many functions in the library (such as ndn_interest_from_block) do not check the return values of functions they call; after this issue is will resolved, all nested function calls' return values will be checked, to make the error reporting in the library more accurate.

This issue is almost completely resolved; the only folder that needs to have return value checking added is the app-support folder