]> granicus.if.org Git - curl/commit
strip_trailing_dot: make sure NULL is never used for strlen
authorDaniel Stenberg <daniel@haxx.se>
Wed, 13 Feb 2019 12:20:41 +0000 (13:20 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Feb 2019 22:30:43 +0000 (23:30 +0100)
commit354aa32820914cc95a0a23ce1fc27d2abe1be065
tree11c6059db456f3e6a72daecf45916be1a0696be8
parent4015fae044ce52a639c9358e22a9e948f287c89f
strip_trailing_dot: make sure NULL is never used for strlen

scan-build warning: Null pointer passed as an argument to a 'nonnull'
parameter
lib/url.c