All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] 9pfs: fix xattr issues
@ 2016-10-09  5:25 Li Qiang
  2016-10-09  5:26 ` [Qemu-devel] [PATCH 1/2] 9pfs: fix information leak in xattr read Li Qiang
  2016-10-09  5:27 ` [Qemu-devel] [PATCH 2/2] 9pfs: fix memory leak about xattr value Li Qiang
  0 siblings, 2 replies; 12+ messages in thread
From: Li Qiang @ 2016-10-09  5:25 UTC (permalink / raw)
  To: groug, qemu-devel; +Cc: Li Qiang

From: Li Qiang <liqiang6-s@360.cn>

Hello,

This series fix two security issues, the first issue is caused by 
uninitialized heap, and the other is caused by no considering free the
buffer allocated previously.

Li Qiang (2):
  9pfs: fix information leak in xattr read
  9pfs: fix memory leak about xattr value

 hw/9pfs/9p.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-10-13  8:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-09  5:25 [Qemu-devel] [PATCH 0/2] 9pfs: fix xattr issues Li Qiang
2016-10-09  5:26 ` [Qemu-devel] [PATCH 1/2] 9pfs: fix information leak in xattr read Li Qiang
2016-10-10  8:56   ` Greg Kurz
2016-10-12 13:23     ` Greg Kurz
2016-10-12 20:49       ` Eric Blake
2016-10-13  3:30         ` Li Qiang
2016-10-13  8:08           ` Greg Kurz
2016-10-13  7:51         ` Greg Kurz
2016-10-09  5:27 ` [Qemu-devel] [PATCH 2/2] 9pfs: fix memory leak about xattr value Li Qiang
2016-10-10  9:06   ` Greg Kurz
2016-10-10  9:15     ` Li Qiang
2016-10-10 10:21       ` Greg Kurz

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.