Ver a proveniência

Fix UB in memcasemem when no match is found

master
JustAnotherArchivist há 1 ano
ascendente
cometimento
448e624b65
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      http-response-bodies.c

+ 1
- 0
http-response-bodies.c Ver ficheiro

@@ -45,6 +45,7 @@ char* memcasemem(char* haystack, size_t haystacklen, char* needle, size_t needle
}
}
}
return NULL;
}

int main(int argc, char* argv[]) {


Carregando…
Cancelar
Guardar