]> granicus.if.org Git - curl/commit
strtoofft: Remove extraneous null check
authorBenbuck Nason <bnason@netflix.com>
Thu, 5 Oct 2017 19:45:51 +0000 (12:45 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Oct 2017 12:49:28 +0000 (14:49 +0200)
commit454dae0092d6f367fe486bdfd49f781329bf4500
tree1a22e47949a03f28490048e2d6cb3f2724d0bddb
parent2dcc378381881a374289d3a1fefb3495d687bf50
strtoofft: Remove extraneous null check

Fixes #1950: curlx_strtoofft() doesn't fully protect against null 'str'
argument.

Closes #1952
lib/strtoofft.c