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
96b2e2de
Commit
96b2e2de
authored
Feb 02, 2016
by
Poul-Henning Kamp
Committed by
Lasse Karstensen
Feb 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get the sign right on the overflow test
Spotted by: fgs
parent
7f9dfc02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cache_panic.c
bin/varnishd/cache/cache_panic.c
+2
-2
No files found.
bin/varnishd/cache/cache_panic.c
View file @
96b2e2de
...
...
@@ -115,8 +115,8 @@ pan_ws(struct vsb *vsb, const struct ws *ws)
VSB_printf
(
vsb
,
"ws = %p {
\n
"
,
ws
);
VSB_indent
(
vsb
,
2
);
if
(
ws
->
id
[
0
]
&
0x20
)
VSB_printf
(
vsb
,
"OVERFLOW "
);
if
(
!
(
ws
->
id
[
0
]
&
0x20
)
)
VSB_printf
(
vsb
,
"OVERFLOW
ED
"
);
VSB_printf
(
vsb
,
"id =
\"
%s
\"
,
\n
"
,
ws
->
id
);
VSB_printf
(
vsb
,
"{s,f,r,e} = {%p"
,
ws
->
s
);
if
(
ws
->
f
>
ws
->
s
)
...
...
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