[master] d5c072da9 Fake WS_Assert() in esi_parse_fuzzer.c

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Sep 1 20:05:09 UTC 2020


commit d5c072da9f37dd929dc1ba8d8698d84442fb2ffb
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Sep 1 22:03:27 2020 +0200

    Fake WS_Assert() in esi_parse_fuzzer.c

diff --git a/bin/varnishd/fuzzers/esi_parse_fuzzer.c b/bin/varnishd/fuzzers/esi_parse_fuzzer.c
index 0a1b9cc76..b971280e2 100644
--- a/bin/varnishd/fuzzers/esi_parse_fuzzer.c
+++ b/bin/varnishd/fuzzers/esi_parse_fuzzer.c
@@ -68,6 +68,12 @@ VSLb_ts(struct vsl_log *l, const char *event, vtim_real first, vtim_real *pprev,
 	(void)now;
 }
 
+void
+WS_Assert(const struct ws *ws)
+{
+	(void)ws;
+}
+
 void *
 WS_Alloc(struct ws *ws, unsigned bytes)
 {


More information about the varnish-commit mailing list