Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
peurpdapeurp opened this issue Jan 22, 2019 · 1 comment
Labels
cleanup Reorganizing / cleaning up code

Comments

@peurpdapeurp
Copy link
Collaborator

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.

@peurpdapeurp peurpdapeurp self-assigned this Jan 22, 2019
@peurpdapeurp peurpdapeurp added the cleanup Reorganizing / cleaning up code label Jan 22, 2019
@peurpdapeurp
Copy link
Collaborator Author

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

@peurpdapeurp peurpdapeurp removed their assignment Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Reorganizing / cleaning up code
Projects
None yet
Development

No branches or pull requests

1 participant