소스 검색

Fix UB in memcasemem when no match is found

master
JustAnotherArchivist 1 년 전
부모
커밋
448e624b65
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      http-response-bodies.c

+ 1
- 0
http-response-bodies.c 파일 보기

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

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


불러오는 중...
취소
저장