From d32ca3a4b71f895138654e965f43b72b1c1c5eb6 Mon Sep 17 00:00:00 2001 From: proukornew Date: Thu, 18 May 2023 22:17:18 +0300 Subject: [PATCH] bugfix extended timestamp zip.ksy --- archive/zip.ksy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/zip.ksy b/archive/zip.ksy index 86e710210..13b0a9b81 100644 --- a/archive/zip.ksy +++ b/archive/zip.ksy @@ -282,11 +282,11 @@ types: doc: Unix timestamp - id: access_time type: u4 - if: flags.has_access_time + if: flags.has_access_time and _parent.len_body > 5 doc: Unix timestamp - id: create_time type: u4 - if: flags.has_create_time + if: flags.has_create_time and _parent.len_body > 5 doc: Unix timestamp types: info_flags: