]> Cypherpunks repositories - gostls13.git/commit
Check gzip strings for NUL elements, since they are NUL-terminated
authorNigel Tao <nigeltao@golang.org>
Sat, 30 Jan 2010 01:21:51 +0000 (12:21 +1100)
committerNigel Tao <nigeltao@golang.org>
Sat, 30 Jan 2010 01:21:51 +0000 (12:21 +1100)
commit5647e604f7b0ba7cc2e90d7642a2df805a478447
treed9b6b7820a89c25e63b0d5fa222ceba48ab89295
parentaf7e0f1bdd5078a2dce8cf7849ab980ccb08bf56
Check gzip strings for NUL elements, since they are NUL-terminated
on the wire.

R=rsc
CC=golang-dev
https://golang.org/cl/194146
src/pkg/compress/gzip/gunzip.go
src/pkg/compress/gzip/gzip.go