Revision 0da9a0c2638c8476b4a5021841912f249e3187dc authored by Tommi Rantala on 15 November 2012, 03:49:05 UTC, committed by David S. Miller on 15 November 2012, 18:56:05 UTC
Commit 13d782f ("sctp: Make the proc files per network namespace.")
changed the /proc/net/sctp/ struct file_operations opener functions to
use single_open_net() and seq_open_net().

Avoid leaking memory by using single_release_net() and seq_release_net()
as the release functions.

Discovered with Trinity (the syscall fuzzer).

Signed-off-by: Tommi Rantala <tt.rantala@gmail.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 80d1178
History
File Mode Size
kvm

back to top