11 lines
161 B
Diff
11 lines
161 B
Diff
--- libclamav/regex/engine.c
|
|
+++ libclamav/regex/engine.c
|
|
@@ -662,6 +662,7 @@
|
|
/* "can't happen" */
|
|
assert(nope);
|
|
/* NOTREACHED */
|
|
+ return(NULL);
|
|
}
|
|
|
|
/*
|