Commit 09dd2b27 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Allocate one byte more from the workspace, to make it also fail

WS allocation on 32bit RH

Fixes #3061
parent f3e9ca6a
......@@ -138,7 +138,7 @@ varnish v1 -vcl+backend {
set req.http.Baz = "baz";
set req.http.Quux = "quux";
vtc.workspace_alloc(client, -12);
vtc.workspace_alloc(client, -11);
if (req.url == "/1") {
# VRT_StrandsWS() marks the WS as overflowed,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment