All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ceph: fix multiple out-of-bounds checks
@ 2011-12-14 20:24 Xi Wang
  2011-12-14 20:24 ` [PATCH 1/3] ceph: fix out-of-bounds pointers in parse_reply_info() Xi Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Xi Wang @ 2011-12-14 20:24 UTC (permalink / raw)
  To: Sage Weil; +Cc: ceph-devel, Xi Wang

Fix several possible out-of-bounds pointers if the incoming message is
corrupted or malicious.

Xi Wang (3):
  ceph: fix out-of-bounds pointers in parse_reply_info()
  ceph: fix bounds check macros ceph_decode_need and ceph_encode_need
  ceph: avoid panic with mismatched symbolic link sizes in fill_inode()

 fs/ceph/inode.c             |   10 +++++-----
 fs/ceph/mds_client.c        |    2 ++
 include/linux/ceph/decode.h |    9 +++++++--
 3 files changed, 14 insertions(+), 7 deletions(-)

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-04-18 18:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 20:24 [PATCH 0/3] ceph: fix multiple out-of-bounds checks Xi Wang
2011-12-14 20:24 ` [PATCH 1/3] ceph: fix out-of-bounds pointers in parse_reply_info() Xi Wang
2011-12-14 20:24 ` [PATCH 2/3] ceph: fix bounds check macros ceph_decode_need and ceph_encode_need Xi Wang
2012-04-18 14:13   ` Alex Elder
2012-04-18 17:53     ` Sage Weil
2012-04-18 18:41       ` Alex Elder
2011-12-14 20:24 ` [PATCH 3/3] ceph: avoid panic with mismatched symbolic link sizes in fill_inode() Xi Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.