Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36839836 authored by Edgar E Iglesias's avatar Edgar E Iglesias Committed by David S. Miller
Browse files

[IPSEC]: Fix esp_decap_data size verification in esp4.

parent 08e9cd1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);