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

len is garbage value in ccnl_ccnb_bytes2pkt in ccnl-pkt-ccnb #338

Open
mfrey opened this issue Jan 30, 2019 · 0 comments
Open

len is garbage value in ccnl_ccnb_bytes2pkt in ccnl-pkt-ccnb #338

mfrey opened this issue Jan 30, 2019 · 0 comments

Comments

@mfrey
Copy link
Collaborator

mfrey commented Jan 30, 2019

Description

The value of lenin file ccnl-pkt-ccnb.c in line 217 is a garbage value since the variable is never initialized and hence the performed check will fail.

Steps to reproduce the issue

This is a finding of clangs static code analyzer (can be retrieved via running our ./scan-build.sh script)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant