1
0
mirror of https://github.com/golang/go synced 2024-07-05 09:50:19 +00:00

Fix a dead URL in a comment in writer.go

This commit is contained in:
Liam Miller-Cushon 2024-04-03 15:35:16 -07:00 committed by GitHub
parent 885fdfc082
commit 37af15b947
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -608,7 +608,7 @@ func (w *fileWriter) writeDataDescriptor() error {
}
// Write data descriptor. This is more complicated than one would
// think, see e.g. comments in zipfile.c:putextended() and
// http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7073588.
// https://bugs.openjdk.org/browse/JDK-7073588.
// The approach here is to write 8 byte sizes if needed without
// adding a zip64 extra in the local header (too late anyway).
var buf []byte