Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
a83b79b9
Commit
a83b79b9
authored
Nov 01, 2016
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure we have no random pointer values.
parent
b2143c8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cache_wrk.c
bin/varnishd/cache/cache_wrk.c
+1
-1
No files found.
bin/varnishd/cache/cache_wrk.c
View file @
a83b79b9
...
...
@@ -301,7 +301,7 @@ pool_kiss_of_death(struct worker *wrk, void *priv)
static
void
Pool_Work_Thread
(
struct
pool
*
pp
,
struct
worker
*
wrk
)
{
struct
pool_task
*
tp
;
struct
pool_task
*
tp
=
NULL
;
struct
pool_task
tpx
,
tps
;
int
i
,
prio_lim
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment