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

Commit 3032bd08 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "neighbour: Replace zero-length array with flexible-array member"



This reverts commit 314713ff which is
commit 08ca27d027c238ed3f9b9968d349cebde44d99a6 upstream.

It breaks the CRC generation of symbols, and doesn't do any functional
changes, so is safe to revert.

Bug: 161946584
Change-Id: I26157e0e928e2b6d60e0acafc892efdad13c12b4
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 6635f9a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ struct pneigh_entry {
	struct net_device	*dev;
	u8			flags;
	u8			protocol;
	u8			key[];
	u8			key[0];
};

/*