Re: [PATCH net] netfilter: nf_log: fix uninit read in nf_log_proc_dostring

From: Pablo Neira Ayuso
Date: Tue Jun 26 2018 - 12:05:15 EST


On Wed, Jun 20, 2018 at 06:33:45PM +0200, Jann Horn wrote:
> When proc_dostring() is called with a non-zero offset in strict mode, it
> doesn't just write to the ->data buffer, it also reads. Make sure it
> doesn't read uninitialized data.

Applied, thanks.