1 diff --git a/process.c b/process.c
2 index 1e9a1e1..905732b 100644
5 @@ -1751,6 +1751,12 @@ int process_cdir_file_hdr(__G) /* return PK-type error code */
6 = (G.crec.general_purpose_bit_flag & (1 << 11)) == (1 << 11);
10 + /* Initialize the symlink flag, may be set by the platform-specific
11 + mapattr function. */
12 + G.pInfo->symlink = 0;
17 } /* end function process_cdir_file_hdr() */