Przeglądaj źródła

Fix UB in memcasemem when no match is found

master
JustAnotherArchivist 1 rok temu
rodzic
commit
448e624b65
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      http-response-bodies.c

+ 1
- 0
http-response-bodies.c Wyświetl plik

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

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


Ładowanie…
Anuluj
Zapisz