1 /*-
2  * Copyright (c) 2012 Michihiro NAKAJIMA
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer.
10  * 2. Redistributions in binary form must reproduce the above copyright
11  *    notice, this list of conditions and the following disclaimer in the
12  *    documentation and/or other materials provided with the distribution.
13  *
14  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
15  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17  * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
18  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24  */
25 #include "test.h"
26 __FBSDID("$FreeBSD$");
27 
28 /*
29  * Read a zip file that has a zip comment in the end of the central
30  * directory record.
31  */
32 DEFINE_TEST(test_read_format_zip_mac_metadata)
33 {
34 	const char *refname = "test_read_format_zip_mac_metadata.zip";
35 	char *p;
36 	size_t s;
37 	struct archive *a;
38 	struct archive_entry *ae;
39 	const unsigned char appledouble[] = {
40 		0x00, 0x05, 0x16, 0x07, 0x00, 0x02, 0x00, 0x00,
41 		0x4d, 0x61, 0x63, 0x20, 0x4f, 0x53, 0x20, 0x58,
42 		0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
43 		0x00, 0x02, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00,
44 		0x00, 0x32, 0x00, 0x00, 0x00, 0xed, 0x00, 0x00,
45 		0x00, 0x02, 0x00, 0x00, 0x01, 0x1f, 0x00, 0x00,
46 		0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
47 		0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
48 		0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
49 		0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
50 		0x00, 0x00, 0x00, 0x00, 0x41, 0x54, 0x54, 0x52,
51 		0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x1f,
52 		0x00, 0x00, 0x00, 0x98, 0x00, 0x00, 0x00, 0x87,
53 		0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
54 		0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
55 		0x00, 0x00, 0x00, 0x98, 0x00, 0x00, 0x00, 0x87,
56 		0x00, 0x00, 0x13, 0x63, 0x6f, 0x6d, 0x2e, 0x61,
57 		0x70, 0x70, 0x6c, 0x65, 0x2e, 0x61, 0x63, 0x6c,
58 		0x2e, 0x74, 0x65, 0x78, 0x74, 0x00, 0x00, 0x00,
59 		0x21, 0x23, 0x61, 0x63, 0x6c, 0x20, 0x31, 0x0a,
60 		0x75, 0x73, 0x65, 0x72, 0x3a, 0x46, 0x46, 0x46,
61 		0x46, 0x45, 0x45, 0x45, 0x45, 0x2d, 0x44, 0x44,
62 		0x44, 0x44, 0x2d, 0x43, 0x43, 0x43, 0x43, 0x2d,
63 		0x42, 0x42, 0x42, 0x42, 0x2d, 0x41, 0x41, 0x41,
64 		0x41, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x43,
65 		0x39, 0x3a, 0x47, 0x75, 0x65, 0x73, 0x74, 0x3a,
66 		0x32, 0x30, 0x31, 0x3a, 0x64, 0x65, 0x6e, 0x79,
67 		0x3a, 0x72, 0x65, 0x61, 0x64, 0x0a, 0x67, 0x72,
68 		0x6f, 0x75, 0x70, 0x3a, 0x41, 0x42, 0x43, 0x44,
69 		0x45, 0x46, 0x41, 0x42, 0x2d, 0x43, 0x44, 0x45,
70 		0x46, 0x2d, 0x41, 0x42, 0x43, 0x44, 0x2d, 0x45,
71 		0x46, 0x41, 0x42, 0x2d, 0x43, 0x44, 0x45, 0x46,
72 		0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x35, 0x30,
73 		0x3a, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x3a, 0x38,
74 		0x30, 0x3a, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x3a,
75 		0x77, 0x72, 0x69, 0x74, 0x65, 0x0a, 0x00
76 	};
77 
78 	extract_reference_file(refname);
79 	p = slurpfile(&s, refname);
80 
81 	/* Mac metadata can only be extracted with the seeking reader. */
82 	assert((a = archive_read_new()) != NULL);
83 	assertEqualIntA(a, ARCHIVE_OK, archive_read_support_format_zip(a));
84 	assertEqualIntA(a, ARCHIVE_OK, archive_read_set_option(a, "zip", "mac-ext", "1"));
85 	assertEqualIntA(a, ARCHIVE_OK, read_open_memory_seek(a, p, s, 1));
86 
87 	if (archive_zlib_version() != NULL) {
88 		assertEqualIntA(a, ARCHIVE_OK,
89 		    archive_read_next_header(a, &ae));
90 	} else {
91 		assertEqualIntA(a, ARCHIVE_WARN,
92 		    archive_read_next_header(a, &ae));
93 		assertEqualString(archive_error_string(a),
94 		    "Unsupported ZIP compression method (deflation)");
95 		assert(archive_errno(a) != 0);
96 	}
97 	assertEqualInt(archive_entry_is_encrypted(ae), 0);
98 	assertEqualIntA(a, archive_read_has_encrypted_entries(a), 0);
99 	assertEqualString("file3", archive_entry_pathname(ae));
100 	assertEqualInt(AE_IFREG | 0644, archive_entry_mode(ae));
101 	failure("Mac metadata should be set");
102 	if (archive_zlib_version() != NULL) {
103 		const void *metadata;
104 		if (assert((metadata = archive_entry_mac_metadata(ae, &s))
105 		    != NULL)) {
106 			assertEqualMem(metadata, appledouble,
107 			    sizeof(appledouble));
108 		}
109 	} else {
110 		assert(archive_entry_mac_metadata(ae, &s) == NULL);
111 	}
112 	assertEqualIntA(a, ARCHIVE_EOF, archive_read_next_header(a, &ae));
113 	assertEqualIntA(a, ARCHIVE_OK, archive_read_close(a));
114 	assertEqualIntA(a, ARCHIVE_OK, archive_read_free(a));
115 
116 	free(p);
117 }
118