wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wget | Subject: [PATCH] avoid triggering signed integer overflow (!13)


From: lac-0073
Subject: wget | Subject: [PATCH] avoid triggering signed integer overflow (!13)
Date: Fri, 28 Aug 2020 03:09:26 +0000


lac-0073 created a merge request: 
https://gitlab.com/gnuwget/wget/-/merge_requests/13

Project:Branches: lac-0073/wget:master to gnuwget/wget:master
Author:    lac-0073



I found the following problems when I was doing the fuzzy test of wget.
The value of timeout is of the int type, and the value is not checked during
multiplication.
When the value of timeout is too large, multiplication overflow occurs when
multiplying the value by 10.

Signed-off-by: Chengliang Zhu <zhuchengliang4@huawei.com>
Signed-off-by: Aichun Li <liaichun@huawei.com>

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget/-/merge_requests/13
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]