~ubuntu-branches/ubuntu/precise/seabios/precise-updates

« back to all changes in this revision

Viewing changes to debian/patches/0004-Fix-possible-unitialized-variable-issue-in-usb-msc.patch

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-10-22 11:04:31 UTC
  • Revision ID: james.westby@ubuntu.com-20101022110431-fnfj73ra6xkq623n
Tags: 0.6.0-0ubuntu2
Add all patches which were included in qemu-0.13.0-rc2 (per
commit on Jul 13, 2010).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
From 67f6d3710079a6bfc1f3975add70be9e445484d9 Mon Sep 17 00:00:00 2001
2
2
From: Kevin O'Connor <kevin@koconnor.net>
3
3
Date: Thu, 8 Apr 2010 20:40:47 -0400
4
 
Subject: [PATCH 04/17] Fix possible unitialized variable issue in usb msc.
 
4
Subject: [PATCH 04/54] Fix possible unitialized variable issue in usb msc.
5
5
 
6
6
On an error path, desc and udrive_g may not be initialized.
7
7
---