Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1478960

[PATCH v1 0/1] usb: gadget: f_fs: Stop ffs_closed NULL pointers

From Harish Jenny K N <harish_kandiga@mentor.com>
Newsgroups linux.kernel
Subject [PATCH v1 0/1] usb: gadget: f_fs: Stop ffs_closed NULL pointers
Date 2016-09-08 11:20 +0200
Message-ID <sf3F0-3UY-19@gated-at.bofh.it> (permalink)
References <sf3F0-3UY-9@gated-at.bofh.it> <sf3F0-3UY-11@gated-at.bofh.it> <sf3F0-3UY-13@gated-at.bofh.it> <sf3F0-3UY-15@gated-at.bofh.it> <sf3F0-3UY-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patchset fixes the crash in ffs_closed during a disconnect 
of a USB composite FFS session. The issue was caused by the use 
of an outdated pointer in ffs_closed which had been deleted and 
not Nulled.

Note: Testing has only been done on an ARM i.MX6 based platform.

Jim Baxter (1):
  usb: gadget: f_fs: Stop ffs_closed NULL pointers.

 drivers/usb/gadget/function/f_fs.c |    5 +++++
 1 file changed, 5 insertions(+)

-- 
1.7.9.5

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v1 0/1] usb: gadget: f_fs: Stop ffs_closed NULL pointers Harish Jenny K N <harish_kandiga@mentor.com> - 2016-09-08 11:20 +0200

csiph-web