diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2015-10-15 13:42:41 +0000 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2015-10-15 13:42:41 +0000 |
commit | 522d6b420acd45f9336bbb75c62de06bdad43aa5 (patch) | |
tree | 5f8ad02b21efc5dd2c12468c85e381321b698564 /freed-ora/current/f22/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch | |
parent | 5c76aa996aa3897479572acd6c5e49f73929ba62 (diff) | |
download | linux-libre-raptor-522d6b420acd45f9336bbb75c62de06bdad43aa5.tar.gz linux-libre-raptor-522d6b420acd45f9336bbb75c62de06bdad43aa5.zip |
4.2.3-200.fc22.gnu
Diffstat (limited to 'freed-ora/current/f22/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch')
-rw-r--r-- | freed-ora/current/f22/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/freed-ora/current/f22/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch b/freed-ora/current/f22/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch index 1438d4e76..a51cb9b4a 100644 --- a/freed-ora/current/f22/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch +++ b/freed-ora/current/f22/scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch @@ -9,10 +9,10 @@ Upstream-status: Fedora mustard (might be worth dropping...) 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c -index a661d339adf7..d76e957e3ea4 100644 +index 3b2fcb4fada0..f0f9e8574303 100644 --- a/drivers/scsi/sd.c +++ b/drivers/scsi/sd.c -@@ -2741,13 +2741,18 @@ static int sd_try_extended_inquiry(struct scsi_device *sdp) +@@ -2717,13 +2717,18 @@ static int sd_try_extended_inquiry(struct scsi_device *sdp) static int sd_revalidate_disk(struct gendisk *disk) { struct scsi_disk *sdkp = scsi_disk(disk); |