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


Groups > linux.kernel > #1478960 > unrolled thread

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

Started byHarish Jenny K N <harish_kandiga@mentor.com>
First post2016-09-08 11:20 +0200
Last post2016-09-08 11:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

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

FromHarish Jenny K N <harish_kandiga@mentor.com>
Date2016-09-08 11:20 +0200
Subject[PATCH v1 0/1] usb: gadget: f_fs: Stop ffs_closed NULL pointers
Message-ID<sf3F0-3UY-19@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web