Commit b0e74254 authored by Marc Hoersken's avatar Marc Hoersken
Browse files

url.c: fix possible use of non-null-terminated string with strlen

parent 7296fc9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3733,7 +3733,7 @@ static CURLcode parseurlandfillconn(struct SessionHandle *data,
  char *query;
  int rc;
  char protobuf[16];
  const char *protop;
  const char *protop = "";
  CURLcode result;
  bool rebuild_url = FALSE;