summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDarren Jenkins <darrenrjenkins@gmail.com>2008-07-12 13:47:50 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-12 14:33:41 -0700
commit4fc89e3911aa5357b55b85b60c4beaeb8a48a290 (patch)
tree07a0c68e98efaf1fe60be003ed0b698d22a1c3e7 /tools/perf/scripts/python/bin
parent43f77e91eadbc290eb76a08110a039c809dde6c9 (diff)
downloadkernel-4fc89e3911aa5357b55b85b60c4beaeb8a48a290.tar.gz
drivers/isdn/i4l/isdn_common.c fix small resource leak
Coverity CID: 1356 RESOURCE_LEAK I found a very old patch for this that was Acked but did not get applied https://lists.linux-foundation.org/pipermail/kernel-janitors/2006-September/016362.html There looks to be a small leak in isdn_writebuf_stub() in isdn_common.c, when copy_from_user() returns an un-copied data length (length != 0). The below patch should be a minimally invasive fix. Signed-off-by: Darren Jenkins <darrenrjenkins@gmailcom> Acked-by: Karsten Keil <kkeil@suse.de> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
-07-10 08:04:13 +0200'>2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe 2007-07-07[CIFS] more whitespace cleanupSteve French 2007-07-06[CIFS] whitespace cleanupSteve French 2007-06-04[CIFS] fix mempool destroy done in wrong order in cifs error pathAkinobu Mita 2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter 2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter 2007-04-30[CIFS] UID/GID override on CIFS mounts to SambaSteve French 2007-04-02[CIFS] Remove unnecessary checksChristoph Hellwig 2007-02-27[CIFS] Remove some unused functions/declarationsSteve French 2007-02-27[CIFS] cifs export operationsSteve French 2007-02-17[CIFS] One line missing from previous commitSteve French 2007-02-17[CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwrittenSteve French 2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek 2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven 2007-02-01[CIFS] lseek polling returned stale EOFSteve French 2006-12-08[PATCH] cifs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek 2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham 2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter 2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter