From: Cong Wang <xiyou.wangcong@gmail.com>
To: netdev@vger.kernel.org
Cc: Cong Wang <xiyou.wangcong@gmail.com>
Subject: [Patch net v2 0/3] bluetooth: validate packet boundary carefully
Date: Wed, 20 Mar 2019 23:12:05 -0700 [thread overview]
Message-ID: <20190321061208.16163-1-xiyou.wangcong@gmail.com> (raw)
This patchset fixes the out-of-bound access in bluetooth stack.
Although it is large, all of them follow the same pattern, so
it should not be hard to review. I try to group them as much as
I can.
Please check each patch for details.
Cong Wang (3):
bluetooth: validate HCI_EVENT_PKT packet carefully
bluetooth: validate HCI_EV_LE_META packet carefully
bluetooth: validate HCI_EV_CMD_COMPLETE packet carefully
net/bluetooth/hci_event.c | 627 +++++++++++++++++++++++++++++++-------
1 file changed, 520 insertions(+), 107 deletions(-)
--
2.20.1
next reply other threads:[~2019-03-21 6:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-21 6:12 Cong Wang [this message]
2019-03-21 6:12 ` [Patch net v2 1/3] bluetooth: validate HCI_EVENT_PKT packet carefully Cong Wang
2019-03-21 6:12 ` [Patch net v2 2/3] bluetooth: validate HCI_EV_LE_META " Cong Wang
2019-03-21 6:12 ` [Patch net v2 3/3] bluetooth: validate HCI_EV_CMD_COMPLETE " Cong Wang
-- strict thread matches above, loose matches on Subject: below --
2019-04-03 23:08 [Patch net v2 0/3] bluetooth: validate packet boundary carefully Cong Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190321061208.16163-1-xiyou.wangcong@gmail.com \
--to=xiyou.wangcong@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).