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

Checking if unsigned variable is less than zero. #520

Open
ZanyXDev opened this issue Jan 13, 2021 · 0 comments
Open

Checking if unsigned variable is less than zero. #520

ZanyXDev opened this issue Jan 13, 2021 · 0 comments

Comments

@ZanyXDev
Copy link

https://github.com/tass-belgium/picotcp/blob/master/modules/pico_olsr.c#L324
unsigned variable 'sublist->time_left'
if (sublist->time_left <= 0) but

struct olsr_route_entry { struct olsr_route_entry *next; ...
uint32_t time_left;
... }

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

No branches or pull requests

1 participant