Re: [PATCH] audit: always check the netlink payload length in audit_receive_msg()

2020-03-17 Thread Richard Guy Briggs
On 2020-02-24 17:58, Paul Moore wrote: > On Mon, Feb 24, 2020 at 5:53 PM Paul Moore wrote: > > > > This patch ensures that we always check the netlink payload length > > in audit_receive_msg() before we take any action on the payload > > itself. > > > > Cc: sta...@vger.kernel.org > > Reported-by:

Re: [PATCH] audit: always check the netlink payload length in audit_receive_msg()

2020-02-24 Thread Paul Moore
On Mon, Feb 24, 2020 at 5:53 PM Paul Moore wrote: > > This patch ensures that we always check the netlink payload length > in audit_receive_msg() before we take any action on the payload > itself. > > Cc: sta...@vger.kernel.org > Reported-by: syzbot+399c44bf1f43b8747...@syzkaller.appspotmail.com >

Re: [PATCH] audit: always check the netlink payload length in audit_receive_msg()

2020-02-24 Thread Paul Moore
On Mon, Feb 24, 2020 at 5:53 PM Paul Moore wrote: > This patch ensures that we always check the netlink payload length > in audit_receive_msg() before we take any action on the payload > itself. > > Cc: sta...@vger.kernel.org > Reported-by: syzbot+399c44bf1f43b8747...@syzkaller.appspotmail.com > R

[PATCH] audit: always check the netlink payload length in audit_receive_msg()

2020-02-24 Thread Paul Moore
This patch ensures that we always check the netlink payload length in audit_receive_msg() before we take any action on the payload itself. Cc: sta...@vger.kernel.org Reported-by: syzbot+399c44bf1f43b8747...@syzkaller.appspotmail.com Reported-by: syzbot+e4b12d8d202701f08...@syzkaller.appspotmail.co