Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: llc: use correct size for sysctl timeout entries
The timeout entries are sizeof(int) rather than sizeof(long), which means that when they were getting read we'd also leak kernel memory to userspace along with the timeout values. Change-Id: I873e992995607295b05ad120b550395f57479130 Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: David S. Miller <[email protected]> Signed-off-by: franciscofranco <[email protected]>
- Loading branch information