MCPcopy Create free account
hub / github.com/F-Stack/f-stack / stringmatch

Function stringmatch

app/redis-6.2.6/src/util.c:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168int stringmatch(const char *pattern, const char *string, int nocase) {
169 return stringmatchlen(pattern,strlen(pattern),string,strlen(string),nocase);
170}
171
172/* Fuzz stringmatchlen() trying to crash it with bad input. */
173int stringmatchlen_fuzz_test(void) {

Callers 3

configGetCommandFunction · 0.85
sentinelConfigGetCommandFunction · 0.85

Calls 1

stringmatchlenFunction · 0.85

Tested by

no test coverage detected