diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-11 23:30:22 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-11 23:30:22 +0000 |
commit | b5eff355460643d09e533024360fe0522f368c07 (patch) | |
tree | 14e2e496fc64fdfbb90bb8ca0e957f29eef6a1e7 /block_int.h | |
parent | SH4, fix several instructions (diff) | |
download | qemu-kvm-b5eff355460643d09e533024360fe0522f368c07.tar.gz qemu-kvm-b5eff355460643d09e533024360fe0522f368c07.tar.bz2 qemu-kvm-b5eff355460643d09e533024360fe0522f368c07.zip |
Revert fix for CVE-2008-0928. Will be fixed in a different way later.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4041 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'block_int.h')
-rw-r--r-- | block_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block_int.h b/block_int.h index 27e90b87e..137000e14 100644 --- a/block_int.h +++ b/block_int.h @@ -97,7 +97,6 @@ struct BlockDriverState { int locked; /* if true, the media cannot temporarily be ejected */ int encrypted; /* if true, the media is encrypted */ int sg; /* if true, the device is a /dev/sg* */ - int autogrow; /* if true, the backing store can auto-extend to allocate new extents */ /* event callback when inserting/removing */ void (*change_cb)(void *opaque); void *change_opaque; |