1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00
Daniel Stenberg 172ce9cc19
setopt: avoid integer overflows when setting millsecond values
... that are multiplied by 1000 when stored.

For 32 bit long systems, the max value accepted (2147483 seconds) is >
596 hours which is unlikely to ever be set by a legitimate application -
and previously it didn't work either, it just caused undefined behavior.

Also updated the man pages for these timeout options to mention the
return code.

Closes #1938
2017-10-16 09:23:19 +02:00
..
ABI
2015-07-30 15:02:44 +02:00
2017-09-02 17:47:10 +01:00
2017-09-02 17:47:10 +01:00
2017-09-02 17:47:10 +01:00
2017-09-05 17:55:51 +01:00
2014-08-29 16:41:17 +02:00
2016-05-20 16:05:39 +02:00
2017-09-05 17:55:51 +01:00