Since the str2num() function gets called with the 'nextarg' pointer from
authorDaniel Stenberg <daniel@haxx.se>
Sat, 31 Mar 2007 21:35:56 +0000 (21:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 31 Mar 2007 21:35:56 +0000 (21:35 +0000)
commitf2beee209bc9a65ff4a0eb85feabe60311741899
tree3ec7530d244f76ac417b9af0029b8631dc0672c6
parent9d8b22d3de72d4e38d19e284d7656eea87c688b8
Since the str2num() function gets called with the 'nextarg' pointer from
within the getparameter a lot, we must check it for NULL before accessing the
str data.
CID 14 of the coverity.com scan
src/main.c