]> granicus.if.org Git - curl/commit
strtoofft: reduce integer overflow risks globally
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Aug 2017 21:33:23 +0000 (23:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Aug 2017 21:33:41 +0000 (23:33 +0200)
commitff50fe0348466cae1a9f9f759b362c03f7060c34
tree6a5a6efbe7bd7b00e49982e09a5da8f8341de28c
parentb53b4e44241415c0a7ad857c72ec323109d2a7c0
strtoofft: reduce integer overflow risks globally

... make sure we bail out on overflows.

Reported-by: Brian Carpenter
Closes #1758
13 files changed:
lib/cookie.c
lib/file.c
lib/ftp.c
lib/ftplistparser.c
lib/http.c
lib/http_chunks.c
lib/http_proxy.c
lib/imap.c
lib/ssh.c
lib/strtoofft.c
lib/strtoofft.h
src/tool_getparam.c
src/tool_paramhlp.c