[issue38635] Simplify decoding the ZIP64 extra field and make it tolerant to extra data

2019-11-09 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38635] Simplify decoding the ZIP64 extra field and make it tolerant to extra data

2019-11-09 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset e27449da92b13730a5e11182f329d5da98a5e05b by Serhiy Storchaka in 
branch 'master':
bpo-38635: Simplify decoding the ZIP64 extra field and make it tolerant to 
extra data. (GH-16988)
https://github.com/python/cpython/commit/e27449da92b13730a5e11182f329d5da98a5e05b


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38635] Simplify decoding the ZIP64 extra field and make it tolerant to extra data

2019-10-29 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
keywords: +patch
pull_requests: +16514
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/16988

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38635] Simplify decoding the ZIP64 extra field and make it tolerant to extra data

2019-10-29 Thread Serhiy Storchaka


New submission from Serhiy Storchaka :

The decoding code can be much shorter and efficient.

Also, the Info-ZIP unzip utility is tolerant to extra bytes. We can be too.

--
components: Library (Lib)
messages: 355676
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Simplify decoding the ZIP64 extra field and make it tolerant to extra 
data
type: enhancement
versions: Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com