summaryrefslogtreecommitdiff
blob: 08654fd5af6f360f3a82ff5028844c00e6e701e5 (plain)
1
2
3
4
5
6
7
8
9
10
http://bugs.gentoo.org/485496

--- src/core/fat.cc
+++ src/core/fat.cc
@@ -82,4 +82,5 @@
 			uint8_t pmagic[2];
 		} __attribute__((__packed__)) fat32;
+		char sector[512];       // to make sure the whole struct is at least 512 bytes long 
 	} __attribute__((__packed__)) type;
 } __attribute__((__packed__));