]> Cypherpunks repositories - gostls13.git/commit
archive/zip: handle files with data descriptors
authorAndrew Gerrand <adg@golang.org>
Mon, 14 Feb 2011 18:42:16 +0000 (05:42 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 14 Feb 2011 18:42:16 +0000 (05:42 +1100)
commit858972c3f9cab92f13b1cdac823d8187df1eb73d
tree739c9f117e4d3a35c217e9db1eeaa424c1f36593
parent1778f50da3a14b310ad987dbbe4c3e2ea3872ff4
archive/zip: handle files with data descriptors

Fixes #1471.

R=rsc
CC=golang-dev
https://golang.org/cl/4183048
src/pkg/archive/zip/reader.go
src/pkg/archive/zip/reader_test.go
src/pkg/archive/zip/struct.go
src/pkg/archive/zip/testdata/dd.zip [new file with mode: 0644]