Skip to content

Commit d8920a1

Browse files
committed
Maybe fix crash in template compiler?
oss-fuzz issue: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67610
1 parent 3b2f1b8 commit d8920a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{#readme

src/lib/lwan-template.h

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ struct lwan_var_descriptor {
7979

8080
#define TPL_VAR_SENTINEL \
8181
{ \
82+
.name = NULL, .offset = 0, \
8283
}
8384

8485
/*

0 commit comments

Comments
 (0)