projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e9cd1
)
[IPSEC]: Fix esp_decap_data size verification in esp4.
author
Edgar E Iglesias
<edgar@axis.com>
Wed, 1 Jun 2005 00:08:05 +0000
(17:08 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 1 Jun 2005 00:08:05 +0000
(17:08 -0700)
Signed-off-by: Edgar E Iglesias <edgar@axis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/esp4.c
patch
|
blob
|
history
diff --git
a/net/ipv4/esp4.c
b/net/ipv4/esp4.c
index 053a883247ba68ad4f68eb88971a33a881196840..eae84cc39d3f10e984c93e11cb4a94c160bc6a80 100644
(file)
--- a/
net/ipv4/esp4.c
+++ b/
net/ipv4/esp4.c
@@
-478,7
+478,7
@@
static int __init esp4_init(void)
{
struct xfrm_decap_state decap;
- if (sizeof(struct esp_decap_data)
<
+ if (sizeof(struct esp_decap_data)
>
sizeof(decap.decap_data)) {
extern void decap_data_too_small(void);