Re: [Patch net] addrconf: always initialize sysctl table data

2015-12-22 Thread David Miller
From: Cong Wang Date: Mon, 21 Dec 2015 10:55:45 -0800 > When sysctl performs restrict writes, it allows to write from > a middle position of a sysctl file, which requires us to initialize > the table data before calling proc_dostring() for the write case. > > Fixes:

[Patch net] addrconf: always initialize sysctl table data

2015-12-21 Thread Cong Wang
When sysctl performs restrict writes, it allows to write from a middle position of a sysctl file, which requires us to initialize the table data before calling proc_dostring() for the write case. Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf") Reported-by: Sasha Levin