diff options
author | 2020-03-18 13:28:09 +0000 | |
---|---|---|
committer | 2020-03-18 16:43:12 -0700 | |
commit | 384d91c267e621e0926062cfb3f20cb72dc16928 (patch) | |
tree | c9129d93fe8fcd098eb3b03a11bb0876fe4e17d6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net/sched: act_ct: Fix leak of ct zone template on replace (diff) | |
download | wireguard-linux-384d91c267e621e0926062cfb3f20cb72dc16928.tar.xz wireguard-linux-384d91c267e621e0926062cfb3f20cb72dc16928.zip |
vxlan: check return value of gro_cells_init()
gro_cells_init() returns error if memory allocation is failed.
But the vxlan module doesn't check the return value of gro_cells_init().
Fixes: 58ce31cca1ff ("vxlan: GRO support at tunnel layer")`
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions