Skip to content

uloop: fix timeval boundary check - #54

Open
shanksluffy wants to merge 1 commit into
openwrt:masterfrom
shanksluffy:patch-2
Open

uloop: fix timeval boundary check#54
shanksluffy wants to merge 1 commit into
openwrt:masterfrom
shanksluffy:patch-2

Conversation

@shanksluffy

Copy link
Copy Markdown

tv_usec range should be [0, 999999], then when tv_usec not less than 1000000, need to update tv_sec

tv_usec range should be [0, 999999], then when tv_usec not less than 1000000, need to update tv_sec

Signed-off-by: wtopmone <wtopmone@gmail.com>
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

Successfully merging this pull request may close these issues.

1 participant