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

timeout_in_sec should be uint #237

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Conversation

mamin506
Copy link
Contributor

@mamin506 mamin506 commented Aug 29, 2024

In the code, timeout_in_sec is used as unsigned value. If user set negative, it will be a very large integer. It is good to define it as uint not int.

@mamin506 mamin506 requested a review from maxzhen August 29, 2024 23:59
Copy link

jenkins-aig bot commented Aug 30, 2024

Can one of the admins verify this patch?

Signed-off-by: Min Ma <min.ma@amd.com>
@mamin506 mamin506 changed the title timeout_in_sec should be u32 timeout_in_sec should be uint Aug 30, 2024
@maxzhen maxzhen merged commit a484a29 into amd:main Aug 30, 2024
@mamin506 mamin506 deleted the fix_timeout_type branch September 18, 2024 21:23
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.

2 participants