- reiserfs-null-pointer-dereferencing-in-reiserfs_read_bitmap_block.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     reiserfs: null pointer dereferencing in reiserfs_read_bitmap_block

has been removed from the -mm tree.  Its filename is

     reiserfs-null-pointer-dereferencing-in-reiserfs_read_bitmap_block.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: reiserfs: null pointer dereferencing in reiserfs_read_bitmap_block
From: Eric Eric Sesterhenn <snakebyte@xxxxxx>

null pointer dereferencing in reiserfs_read_bitmap_block.

Signed-off-by: Alexander Zarochentsev <zam@xxxxxxxxxxx>
Cc: Jeff Mahoney <jeffm@xxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 fs/reiserfs/bitmap.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN fs/reiserfs/bitmap.c~reiserfs-null-pointer-dereferencing-in-reiserfs_read_bitmap_block fs/reiserfs/bitmap.c
--- a/fs/reiserfs/bitmap.c~reiserfs-null-pointer-dereferencing-in-reiserfs_read_bitmap_block
+++ a/fs/reiserfs/bitmap.c
@@ -1304,8 +1304,8 @@ struct buffer_head *reiserfs_read_bitmap
 
 	bh = sb_bread(sb, block);
 	if (bh == NULL)
-		reiserfs_warning(sb, "sh-2029: %s: bitmap block (#%lu) "
-		                 "reading failed", __FUNCTION__, bh->b_blocknr);
+		reiserfs_warning(sb, "sh-2029: %s: bitmap block (#%u) "
+		                 "reading failed", __FUNCTION__, block);
 	else {
 		if (buffer_locked(bh)) {
 			PROC_INFO_INC(sb, scan_bitmap.wait);
_

Patches currently in -mm which might be from snakebyte@xxxxxx are

origin.patch
null-dereference-in-fs-jbd-journalc.patch
remove-unnecessary-check-in-drivers-video-intelfb-intelfbhwc.patch
remove-unnecessary-check-in-drivers-net-depcac.patch
off-by-one-in-arch-ppc-platforms-mpc8.patch
remove-unnecessary-check-in-drivers-scsi-sgc.patch
dereference-in-drivers-scsi-lpfc-lpfc_ctc.patch
memory-leak-in-drivers-usb-serial-airprimec.patch
possible-dereference-in-drivers-net-wireless-zd1201c.patch
remove-unnecessary-check-in-fs-fat-inodec.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux