]> err.no Git - varnish/commit
When a VCL subroutine does not terminate in an action, the compiled code
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 29 Sep 2008 08:12:19 +0000 (08:12 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 29 Sep 2008 08:12:19 +0000 (08:12 +0000)
commitd830cc9e0839cf24d5954c4dddeb267d55390a51
tree1e3f7daa92cbe440c6dfc89214f31b682fe53fb2
parentcbf89abe774a763399b4752e520185697525821c
When a VCL subroutine does not terminate in an action, the compiled code
needs to explicitly set a return value of zero to say so.

Possibly fix for: #339

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3236 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishtest/tests/v00015.vtc [new file with mode: 0644]
varnish-cache/lib/libvcl/vcc_parse.c