]> Cypherpunks repositories - gostls13.git/commit
runtime: fix a panic when growing zero-width-element slices.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 6 Oct 2012 10:05:52 +0000 (12:05 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 6 Oct 2012 10:05:52 +0000 (12:05 +0200)
commit782464aea540e9ebf720509ce627d192d84d92a7
tree84b2a1334899348d9bd47669a5cc03a2fe971917
parent4cc7bf326a26d3cc18f049424729784812fe16b6
runtime: fix a panic when growing zero-width-element slices.

Fixes #4197.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6611056
src/pkg/runtime/slice.c
test/fixedbugs/bug457.go [new file with mode: 0644]