]> Cypherpunks repositories - gostls13.git/commit
encoding/gob: extend partially allocated string slices
authorJohan Abildskov <randomsort@gmail.com>
Wed, 22 Mar 2023 06:31:25 +0000 (06:31 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 23 Mar 2023 17:32:41 +0000 (17:32 +0000)
commit3d5391ed87d813110e10b954c62bf7ed578b591f
treecf48d8b3303b187cab288d68896aa13ab4588cec
parent1596d71255f3c19a27600e751592079dae46bf40
encoding/gob: extend partially allocated string slices

Fixes #59172

Change-Id: I54d5e724f10117a40ec5dd58c810f6bbb2475933
GitHub-Last-Rev: d1a986698c820415b2e0be12141091a3cbf6fde3
GitHub-Pull-Request: golang/go#59173
Reviewed-on: https://go-review.googlesource.com/c/go/+/478215
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/encoding/gob/codec_test.go
src/encoding/gob/dec_helpers.go