commit | e30155fd23c9c141cbe7d99b786e10a83a328837 | [log] [tgz] |
---|---|---|
author | Taehee Yoo <ap420073@gmail.com> | Wed Jul 03 00:24:04 2019 +0900 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 07 18:42:48 2019 -0700 |
tree | 10e7d1a627220bfe1bc037ab14956cc83a363d48 | |
parent | a2bed90704c68d3763bf24decb1b781a45395de8 [diff] |
gtp: add missing gtp_encap_disable_sock() in gtp_encap_enable() If an invalid role is sent from user space, gtp_encap_enable() will fail. Then, it should call gtp_encap_disable_sock() but current code doesn't. It makes memory leak. Fixes: 91ed81f9abc7 ("gtp: support SGSN-side tunnels") Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>