artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b70250
)
init a potentially uninitialised var in pf_postprocess_addr
author
jsg
<jsg@openbsd.org>
Tue, 6 Jan 2015 01:49:45 +0000
(
01:49
+0000)
committer
jsg
<jsg@openbsd.org>
Tue, 6 Jan 2015 01:49:45 +0000
(
01:49
+0000)
ok mikeb@ henning@
sys/net/pf_lb.c
patch
|
blob
|
history
diff --git
a/sys/net/pf_lb.c
b/sys/net/pf_lb.c
index
29cd783
..
0d17256
100644
(file)
--- a/
sys/net/pf_lb.c
+++ b/
sys/net/pf_lb.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pf_lb.c,v 1.4
0 2014/12/19 17:14:40 tedu
Exp $ */
+/* $OpenBSD: pf_lb.c,v 1.4
1 2015/01/06 01:49:45 jsg
Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@
-818,7
+818,7
@@
pf_postprocess_addr(struct pf_state *cur)
struct pf_state_key *sks;
struct pf_pool rpool;
struct pf_addr lookup_addr;
- int slbcount;
+ int slbcount
= -1
;
nr = cur->natrule.ptr;