]> wimlib.net Git - wimlib/blobdiff - src/integrity.c
libFuzzer: add encoding fuzzer
[wimlib] / src / integrity.c
index e0d4447c17e18b18dd15b8bee3e5f18baa24d9df..47d3244b53d7c11deff2f88cffc5fa2c4925dcc2 100644 (file)
@@ -20,7 +20,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -52,7 +52,7 @@ struct integrity_table {
        u32 num_entries;
        u32 chunk_size;
        u8  sha1sums[][20];
-} _packed_attribute;
+} __attribute__((packed));
 
 static int
 calculate_chunk_sha1(struct filedes *in_fd, size_t this_chunk_size,