Commit 0b275eb7 authored by Nils Goroll's avatar Nils Goroll Committed by Reza Naghibi

For rollback, NULL additional pointers which could point to workspace

 Conflicts:
	bin/varnishd/cache/cache_fetch.c
	bin/varnishd/cache/cache_req.c
parent cb5a0747
......@@ -107,6 +107,7 @@ void Bereq_Rollback(struct busyobj *bo)
VCL_TaskLeave(bo->vcl, bo->privs);
VCL_TaskEnter(bo->vcl, bo->privs);
HTTP_Copy(bo->bereq, bo->bereq0);
bo->err_reason = NULL;
WS_Reset(bo->bereq->ws, bo->ws_bo);
WS_Reset(bo->ws, bo->ws_bo);
}
......
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